diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/gnupg2 | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.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/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index a6aa738b393..8c0b2772625 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:31 wiz Exp $ # DISTNAME= gnupg-2.0.9 @@ -16,6 +16,7 @@ SITES.libassuan-1.0.4.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnupg.org/ COMMENT= GNUpg with OpenPGP and S/MIME capabilities +LICENSE= gnu-gpl-v3 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -32,7 +33,6 @@ USE_TOOLS+= automake USE_TOOLS+= gettext USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -#LICENSE= GPLv3 CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |