summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-07-28 15:55:45 +0000
committerschmonz <schmonz>2004-07-28 15:55:45 +0000
commit9afc6565beade9ed43fbc69bad18106e9d8eb3d6 (patch)
tree87569081a80897e5bd35b5d86603b382f03183d2 /security/gnupg
parenta7aed93583160e58f6d2d7b44f69fe06fea781a6 (diff)
downloadpkgsrc-9afc6565beade9ed43fbc69bad18106e9d8eb3d6.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index cbdd32ef9dc..1dcc69ab352 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2004/07/28 15:17:42 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2004/07/28 15:55:45 schmonz Exp $
DISTNAME= gnupg-1.2.5
CATEGORIES= security
@@ -15,6 +15,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnupg.org/
COMMENT= Privacy Guard, public-Key encryption and digital signatures
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
BUILD_USES_MSGFMT= yes
CRYPTO= yes
GNU_CONFIGURE= yes
@@ -52,6 +54,8 @@ DISTFILES+= idea.c.gz
SITES_idea.c.gz=ftp://ftp.gnupg.dk/pub/contrib-dk/ \
http://www.gnupg.dk/contrib-dk/
+INSTALLATION_DIRS= bin libexec/gnupg man/man1 man/man7 share/gnupg
+
pre-configure:
${GZCAT} ${DISTDIR}/idea.c.gz > ${WRKSRC}/cipher/idea.c
.endif