1
0
forked from ports/contrib

bridge-utils: update mandir

This commit is contained in:
Thomas Penteker 2017-08-21 00:18:11 +02:00
parent c50c31f202
commit 0d8a2e57b3
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/brctl.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/brctl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/brctl.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y3WaFS9kV3x6USkdR7bZKy5ldXgdojkA0Az7va4Tle+Jz03x1/HnTh5CcYYz9KNP/r5HpsMNr8XYAsNERuvZgU=
SHA256 (Pkgfile) = a296e7a6289cd4d739bef120c88220fd006b1b1305ede03ba93677a35d1a3690
SHA256 (.footprint) = 52769f95b14219cfc30a3e5c14c25a1735f310f32ec9493152a6df3d4c3eb43c
RWSagIOpLGJF3xpOm9W0KC56743iGZxu9EKANj4mULA/UShIlRZHidzvZmp5wqPnb+Wz922fgXlEIZ7rHeiWRVpWLPa+pXY7AwU=
SHA256 (Pkgfile) = 93b263dfef3e9f92045a81e67e659c165186a9d8dbf3d4e5ae9462c868bdb718
SHA256 (.footprint) = 17197ce86e1ec11083ee1a9fcda95f253b2ff6f482bbb9427c07582ea12b06d9
SHA256 (bridge-utils-1.5.tar.gz) = 42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688

View File

@ -15,8 +15,7 @@ build() {
sed -i 's/ ; done/ || exit 1 &/g' Makefile.in
autoconf
./configure --prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
# fix includes...
sed -i 's|\(#include <sys/socket.h>\)|\1\n#include <netinet/in.h>|1' \