summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2009-12-10 23:40:00 +0000
committerabs <abs>2009-12-10 23:40:00 +0000
commitccf7e9d76d55a06683be86bd2a08528f49d01fd1 (patch)
tree85e1bf4b7e5996906fcf580971422778804a8855
parent91c1f5a2d6d2fb0cb6ccfda1854da31fab23cd9e (diff)
downloadpkgsrc-ccf7e9d76d55a06683be86bd2a08528f49d01fd1.tar.gz
+PKG_DESTDIR_SUPPORT= user-destdir
-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"