summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/Makefile')
-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