diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:06:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:06:48 +0000 |
commit | 4118d21e6455e8615c3569868857fed2d4f4d69e (patch) | |
tree | eeb303fb45ce01f934663d73e6be546d764be30c /net/libnet/Makefile | |
parent | b908eee64062811401cd430c2471f3811080ed42 (diff) | |
download | ports-4118d21e6455e8615c3569868857fed2d4f4d69e.tar.gz ports-4118d21e6455e8615c3569868857fed2d4f4d69e.zip |
Notes
Diffstat (limited to 'net/libnet/Makefile')
-rw-r--r-- | net/libnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 86cfab0186ad..6dc6d237105c 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnet PORTVERSION= 0.99g -CATEGORIES= net +CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ EXTRACT_SUFX= .tgz @@ -21,10 +21,10 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 -BROKEN= does not build +BROKEN= does not build .endif -WRKSRC= ${WRKDIR}/Libnet-0.99g +WRKSRC= ${WRKDIR}/Libnet-0.99g post-install: .if !defined(NOPORTDOCS) |