pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Remove the redundant INSTALLATION_DIRS....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7015de02f212
branches:  trunk
changeset: 500614:7015de02f212
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 10 20:45:19 2005 +0000

description:
Remove the redundant INSTALLATION_DIRS. This already
does mkdir or mkinstalldirs for these needed directories.

diffstat:

 security/gnupg/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 625fcb174538 -r 7015de02f212 security/gnupg/Makefile
--- a/security/gnupg/Makefile   Mon Oct 10 20:37:01 2005 +0000
+++ b/security/gnupg/Makefile   Mon Oct 10 20:45:19 2005 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index