summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorreed <reed>2005-10-10 20:45:19 +0000
committerreed <reed>2005-10-10 20:45:19 +0000
commitb203950e56cb15a7dc4408111d35d64ffd81357e (patch)
treebaed227c081ef07e812eea8c57423a204d8bb0ee /security/gnupg
parent9728e1b6b05cb5415fbab04aebea846350d0dc83 (diff)
downloadpkgsrc-b203950e56cb15a7dc4408111d35d64ffd81357e.tar.gz
Remove the redundant INSTALLATION_DIRS. This already
does mkdir or mkinstalldirs for these needed directories.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index dcbd2e32010..e962f7de410 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2005/07/28 15:12:05 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2005/10/10 20:45:19 reed Exp $
DISTNAME= gnupg-1.4.2
CATEGORIES= security
@@ -34,8 +34,6 @@ INFO_FILES= gpg.info gpgv.info
.include "options.mk"
-INSTALLATION_DIRS= bin libexec/gnupg man/man1 man/man7 share/gnupg
-
.if ${OPSYS} == "SunOS" || (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*))
CONFIGURE_ARGS+= --disable-gnupg-iconv
.endif