summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 07:45:44 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 07:45:44 +0000
commit7abab1544d33a6613837a0820a57fc8022497c37 (patch)
tree0a9be996468de378c35e36382eac1bf0ee47f89e /security
parent35bc5cddd51f99967d504206abe62168a6f4aee7 (diff)
downloadpkgsrc-7abab1544d33a6613837a0820a57fc8022497c37.tar.gz
DESTDIR support.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 79b09d20ba0..a780eec6b1c 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2006/08/05 03:13:25 dsainty Exp $
+# $NetBSD: Makefile,v 1.91 2006/11/03 07:45:44 joerg Exp $
DISTNAME= gnupg-1.4.5
CATEGORIES= security
@@ -18,6 +18,7 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= GNU Privacy Guard, public-Key encryption and digital signatures
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
CRYPTO= yes
GNU_CONFIGURE= yes
@@ -53,7 +54,7 @@ SUBST_SED.fixme= -e "s,ALIGN (3),ALIGN (4),g"
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/DETAILS \
- ${PREFIX}/share/gnupg
+ ${DESTDIR}${PREFIX}/share/gnupg
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"