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/pgp2 | |
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/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 3 | ||||
-rw-r--r-- | security/pgp2/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 726b5c39d59..3a88fd99094 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/10/10 11:42:15 itojun Exp $ +# $NetBSD: Makefile,v 1.28 2001/02/17 17:50:01 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ MAINTAINER= packages@NetBSD.ORG HOMEPAGE= http://www.pgpi.com/ +COMMENT= Public-Key encryption and digital signature utility CRYPTO= yes USE_RSAREF2= NO diff --git a/security/pgp2/pkg/COMMENT b/security/pgp2/pkg/COMMENT deleted file mode 100644 index 444f4930f44..00000000000 --- a/security/pgp2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Public-Key encryption and digital signature utility |