diff options
author | asami <asami@FreeBSD.org> | 1999-05-12 16:05:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-12 16:05:13 +0800 |
commit | 886c6a333b8be94fca94eb214c3c4ed7e3c9f74b (patch) | |
tree | 4144805b55e8f6f2e3b535474fe15e1999736149 /net/libnet/Makefile | |
parent | 0da89aa80e696e9232b167c9ae52d1921413fea7 (diff) | |
download | freebsd-ports-gnome-886c6a333b8be94fca94eb214c3c4ed7e3c9f74b.tar.gz freebsd-ports-gnome-886c6a333b8be94fca94eb214c3c4ed7e3c9f74b.tar.zst freebsd-ports-gnome-886c6a333b8be94fca94eb214c3c4ed7e3c9f74b.zip |
Upgrade to fix build problem.
Submitted by: maintainer
Diffstat (limited to 'net/libnet/Makefile')
-rw-r--r-- | net/libnet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 2e643d91800b..ece5815d24eb 100644 --- a/net/libnet/Makefile +++ b/net/libnet/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) |