summaryrefslogtreecommitdiff
path: root/devel/libnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libnet/Makefile')
-rw-r--r--devel/libnet/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile
index 7f76426aff6..dc7750bdf0a 100644
--- a/devel/libnet/Makefile
+++ b/devel/libnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/10/03 22:36:38 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/08/25 18:38:31 jlam Exp $
#
DISTNAME= libnet-1.0.1b
@@ -9,10 +9,10 @@ MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.packetfactory.net/libnet/
COMMENT= C library for portable packet creation and injection
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
-USE_LIBTOOL= #defined
-GNU_CONFIGURE= #defined
+USE_LIBTOOL= # defined
+GNU_CONFIGURE= # defined
CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \
LIBNET_CONFIG_LIBS="${LDFLAGS}"
@@ -29,7 +29,7 @@ post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${PREFIX}; \
${FIND} ${DOCDIR} -type f >> ${PLIST_SRC}; \
- ${FIND} ${DOCDIR} -type d| ${SED} -e 's|^|@dirrm |' | sort -r \
+ ${FIND} ${DOCDIR} -type d| ${SED} -e 's|^|@dirrm |' | ${SORT} -r \
>> ${PLIST_SRC})
.include "../../mk/bsd.pkg.mk"