summaryrefslogtreecommitdiff
path: root/security/destroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/destroy/Makefile')
-rw-r--r--security/destroy/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile
index 56a0420471b..0e276d36c30 100644
--- a/security/destroy/Makefile
+++ b/security/destroy/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 18:11:29 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/12 18:01:57 recht Exp $
#
-DISTNAME= destroy-20030307
+DISTNAME= destroy-20040310
CATEGORIES= security
MASTER_SITES= http://www.freebsdhackers.net/destroy/ \
- http://www.killtech.org/destroy/
+ http://www.impurity.org/mirrors/destroy/
MAINTAINER= shane@freebsdhackers.net
HOMEPAGE= http://www.freebsdhackers.net/destroy/
-COMMENT= Program to destroy files on the hard disk and unlink them
+COMMENT= A program to securely destroy files on the hard disk
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"