aboutsummaryrefslogtreecommitdiff
path: root/net/libnet10
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-06 07:38:17 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-06 07:38:17 +0000
commita654359ef4996acf67ac1ff2186c3c297acc766d (patch)
tree92d74291506e77b6f8eac397f5415021672eb544 /net/libnet10
parentc73846d4d328317f6e53064575687035ffe106ec (diff)
downloadports-a654359ef4996acf67ac1ff2186c3c297acc766d.tar.gz
ports-a654359ef4996acf67ac1ff2186c3c297acc766d.zip
Notes
Diffstat (limited to 'net/libnet10')
-rw-r--r--net/libnet10/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
index a60045f0ce88..58a0c7f8b8d1 100644
--- a/net/libnet10/Makefile
+++ b/net/libnet10/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/
PKGNAMESUFFIX= 10
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= A C library for creating IP packets
CFLAGS+= -fPIC
@@ -25,8 +25,9 @@ MAN3= libnet${PKGNAMESUFFIX}.3
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
post-patch:
+ ${REINPLACE_CMD} -e 's|bpf0|null|' ${WRKSRC}/configure
+.if ${ARCH} == "amd64"
find ${WRKDIR} -name '*.[hc]' | xargs ${REINPLACE_CMD} -e 's/long/int/g'
.endif