- Unbreak build
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> - Fix plist
This commit is contained in:
parent
8e45a3d263
commit
97808d4aa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273142
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ndisc6
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.remlab.net/files/ndisc6/archive/ \
|
||||
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/archive/
|
||||
@ -29,7 +30,8 @@ MAN1= addr2name.1 dnssort.1 tcpspray.1
|
||||
MAN8= ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8
|
||||
MLINKS= rltraceroute6.8 tcptraceroute6.8 \
|
||||
rltraceroute6.8 tracert6.8 \
|
||||
addr2name.1 name2addr.1
|
||||
addr2name.1 name2addr.1 \
|
||||
tcpspray.1 tcpspray6.1
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README
|
||||
|
||||
|
39
net/ndisc6/files/patch-configure
Normal file
39
net/ndisc6/files/patch-configure
Normal file
@ -0,0 +1,39 @@
|
||||
--- configure.orig 2011-04-24 02:27:27.000000000 +0400
|
||||
+++ configure 2011-04-24 02:29:19.000000000 +0400
|
||||
@@ -5483,7 +5483,7 @@
|
||||
if test "X$additional_includedir" = "X/usr/local/include"; then
|
||||
if test -n "$GCC"; then
|
||||
case $host_os in
|
||||
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
||||
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
@@ -5527,7 +5527,7 @@
|
||||
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
|
||||
if test -n "$GCC"; then
|
||||
case $host_os in
|
||||
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
||||
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
@@ -6288,7 +6288,7 @@
|
||||
if test "X$additional_includedir" = "X/usr/local/include"; then
|
||||
if test -n "$GCC"; then
|
||||
case $host_os in
|
||||
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
||||
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
@@ -6332,7 +6332,7 @@
|
||||
if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
|
||||
if test -n "$GCC"; then
|
||||
case $host_os in
|
||||
- linux* | gnu* | k*bsd*-gnu) haveit=yes;;
|
||||
+ linux* | gnu* | k*bsd*-gnu | freebsd* ) haveit=yes;;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
|
@ -3,9 +3,11 @@ bin/dnssort
|
||||
bin/name2addr
|
||||
bin/tcpspray
|
||||
bin/tcpspray6
|
||||
etc/rdnssd/merge-hook
|
||||
sbin/ndisc6
|
||||
sbin/rdisc6
|
||||
sbin/rdnssd
|
||||
sbin/tcptraceroute6
|
||||
sbin/rltraceroute6
|
||||
sbin/tracert6
|
||||
@dirrm etc/rdnssd
|
||||
|
Loading…
Reference in New Issue
Block a user