diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/pgp5 | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.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/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index d0838ab0abc..0b70ec5beda 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2009/05/19 08:59:32 wiz Exp $ # DISTNAME= pgp50i-unix-src @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utilities (v5) +# use of IDEA as crypto function +LICENSE= idea-license PKG_DESTDIR_SUPPORT= user-destdir @@ -24,9 +26,6 @@ WRKSRC= ${WRKDIR}/pgp50i/src CRYPTO= YES GNU_CONFIGURE= YES -# use of IDEA as crypto function -LICENSE= fee-based-commercial-use - PGPLIB= ${PREFIX}/share/pgp5 INSTALLATION_DIRS= bin ${PGPLIB} |