summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-19 08:59:00 +0000
committerwiz <wiz>2009-05-19 08:59:00 +0000
commit53d692acd8a71f89a941dada62a4345937a07233 (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/pgp2
parent3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff)
downloadpkgsrc-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/pgp2')
-rw-r--r--security/pgp2/Makefile7
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"