diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/nfsbug | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/nfsbug')
-rw-r--r-- | security/nfsbug/Makefile | 3 | ||||
-rw-r--r-- | security/nfsbug/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index 39eb2339127..ab50712a296 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/11/12 23:48:35 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:56 wiz Exp $ DISTNAME= nfsshell-1.0 WRKSRC= ${WRKDIR}/nfsbug @@ -8,6 +8,7 @@ DISTFILES= nfsBugFerret.tgz \ nfsShell.c MAINTAINER= packages@netbsd.org +COMMENT= NFS security verification suite EXTRACT_ONLY= nfsBugFerret.tgz diff --git a/security/nfsbug/pkg/COMMENT b/security/nfsbug/pkg/COMMENT deleted file mode 100644 index 3fcbaa93f23..00000000000 --- a/security/nfsbug/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -NFS security verification suite |