summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-10 23:40:00 +0000
committerabs <abs@pkgsrc.org>2009-12-10 23:40:00 +0000
commit9497270e02aff8b7a6bcebc6d85e5e24c58ee6d2 (patch)
tree85e1bf4b7e5996906fcf580971422778804a8855 /security
parentadc35c977dad968aecb3c234f78fcdfa635f870d (diff)
downloadpkgsrc-9497270e02aff8b7a6bcebc6d85e5e24c58ee6d2.tar.gz
+PKG_DESTDIR_SUPPORT= user-destdir
Diffstat (limited to 'security')
-rw-r--r--security/destroy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile
index 95e15462341..dd3ddd566d0 100644
--- a/security/destroy/Makefile
+++ b/security/destroy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/05/01 13:45:28 zafer Exp $
+# $NetBSD: Makefile,v 1.9 2009/12/10 23:40:00 abs Exp $
#
DISTNAME= destroy-20040415
@@ -10,9 +10,10 @@ HOMEPAGE= http://www.freebsdhackers.net/destroy/
COMMENT= Program to securely destroy files on the hard disk
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+PKG_DESTDIR_SUPPORT= user-destdir
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"