summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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