diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | f2f84ca1003215c84547f3e0c73fb900a258ffc8 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/pgp2 | |
parent | cedee8af400ce7b5e9953aff3e8123529d4330fb (diff) | |
download | pkgsrc-f2f84ca1003215c84547f3e0c73fb900a258ffc8.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 0b86d3a2305..d39d8e72104 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2009/05/19 08:59:32 wiz Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -9,15 +9,14 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utility (v2) +# use of IDEA as crypto function +LICENSE= idea-license PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/src CRYPTO= yes -# use of IDEA as crypto function -LICENSE= fee-based-commercial-use - .include "options.mk" .include "../../mk/bsd.prefs.mk" |