diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/nfsbug/Makefile | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/nfsbug/Makefile')
-rw-r--r-- | security/nfsbug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index 4272cc5d8f9..39959adfedc 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:00 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:25:34 agc Exp $ DISTNAME= nfsshell-1.0 -WRKSRC= ${WRKDIR}/nfsbug CATEGORIES= net security MASTER_SITES= http://www.asmodeus.com/archive/Xnix/ DISTFILES= nfsBugFerret.tgz \ @@ -11,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= NFS security verification suite EXTRACT_ONLY= nfsBugFerret.tgz +WRKSRC= ${WRKDIR}/nfsbug # Only works on 1.5B or greater on most platforms but will work on any x86 # since struct pmap didn't get exposed through vm.h there. |