summaryrefslogtreecommitdiff
path: root/security/gpg2dot
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-20 01:09:05 +0000
commit3b0d97b0de8516db29699676c860489da3f7f0e1 (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /security/gpg2dot
parent10abca39942a8f34d088f39ccc073fee44271274 (diff)
downloadpkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz
Add DESTDIR support.
Diffstat (limited to 'security/gpg2dot')
-rw-r--r--security/gpg2dot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index c00d39c5a8c..a61eb81e21b 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:10 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:33 joerg Exp $
#
DISTNAME= gpg2dot-1.4
@@ -10,6 +10,8 @@ MAINTAINER= lukem@NetBSD.org
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
COMMENT= Converts your GnuPG keyring to a graph of associations
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # empty
USE_TOOLS+= perl:run
@@ -40,7 +42,7 @@ do-build:
#.endfor
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot
+ ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot
# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"