summaryrefslogtreecommitdiff
path: root/net/libnet/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-08 03:46:27 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-08 03:46:27 +0000
commit47cdbc4c93e127c9713c9f948182895767f429b4 (patch)
tree1b24583d02e505bf9a46f159998ec15960eb2778 /net/libnet/Makefile
parentUse updated imlib library. (diff)
Err, the last commit was actually a downgrade.
Actually upgrade to version 0.99g
Notes
Notes: svn path=/head/; revision=22245
Diffstat (limited to 'net/libnet/Makefile')
-rw-r--r--net/libnet/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index 623af0e6dd5d..6fdeef13f47b 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -1,12 +1,12 @@
# Ports collection makefile for: libnet
-# Version required: 0.10a
+# Version required: 0.99g
# Date created: Sun Feb 3, 1999
# Whom: shipley@dis.org
#
# $FreeBSD$
#
-DISTNAME= libnet-0.10a
+DISTNAME= libnet-0.99g
CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/
EXTRACT_SUFX= .tgz
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
BROKEN= does not build
.endif
-WRKSRC= ${WRKDIR}/Libnet
+WRKSRC= ${WRKDIR}/Libnet-0.99g
post-install:
.if !defined(NOPORTDOCS)
@@ -32,6 +32,12 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet
${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet
${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.asn.1 ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.examples ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.linux ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.rawsockets ${PREFIX}/share/doc/libnet
+ ${INSTALL_MAN} ${WRKSRC}/doc/README.stubs ${PREFIX}/share/doc/libnet
.endif
.include <bsd.port.post.mk>