diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/netcat/Makefile | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/netcat/Makefile')
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index c8df30369da..3fd5668e4ea 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/01/05 11:29:41 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:22:20 agc Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \ ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ @@ -19,6 +18,7 @@ COMMENT= Read and write data across network connections PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes MAKE_ENV+= DFLAGS="-DGAPING_SECURITY_HOLE -DTELNET" ALL_TARGET= ${LOWER_OPSYS} |