diff options
Diffstat (limited to 'security/destroy')
-rw-r--r-- | security/destroy/Makefile | 16 | ||||
-rw-r--r-- | security/destroy/distinfo | 3 |
2 files changed, 13 insertions, 6 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile index b0d99137c29e..48b0b286d397 100644 --- a/security/destroy/Makefile +++ b/security/destroy/Makefile @@ -6,15 +6,21 @@ # PORTNAME= destroy -PORTVERSION= 20030307 -PORTREVISION= 1 +PORTVERSION= 20040310 CATEGORIES= security -MASTER_SITES= http://www.freebsdhackers.net/destroy/ +MASTER_SITES= http://www.freebsdhackers.net/destroy/ \ + http://www.impurity.org/mirrors/destroy/ MAINTAINER= shane@freebsdhackers.net -COMMENT= A program to destroy files on the hard disk and unlink them +COMMENT= A program to securely destroy files on the hard disk -PLIST_FILES= bin/destroy USE_GMAKE= yes +MAN1= destroy.1 +PLIST_FILES= bin/destroy + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/security/destroy/distinfo b/security/destroy/distinfo index 5d9e6c55b838..06977010f7d8 100644 --- a/security/destroy/distinfo +++ b/security/destroy/distinfo @@ -1 +1,2 @@ -MD5 (destroy-20030307.tar.gz) = 6c1eb47439b205de99fa9b7c9dc0f22c +MD5 (destroy-20040310.tar.gz) = 70c545dec93371e034fee6b01d8399d9 +SIZE (destroy-20040310.tar.gz) = 3887 |