diff options
Diffstat (limited to 'net/libnet10/Makefile')
-rw-r--r-- | net/libnet10/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 2e643d91800b..ece5815d24eb 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -3,11 +3,11 @@ # Date created: Sun Feb 3, 1999 # Whom: shipley@dis.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 01:16:34 steve Exp $ # -DISTNAME= libnet-0.99a -PKGNAME= libnet-0.9.2 +DISTNAME= libnet-0.99b +PKGNAME= libnet-0.9.3 CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ EXTRACT_SUFX= .tgz @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes BROKEN= does not build .endif -WRKSRC= ${WRKDIR}/Libnet-0.99a +WRKSRC= ${WRKDIR}/Libnet-0.99b post-install: .if !defined(NOPORTDOCS) |