aboutsummaryrefslogtreecommitdiff
path: root/sysutils/obliterate
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 16:32:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 16:32:49 +0000
commitb050a00998a0f33045e073064febe841b4a4b224 (patch)
tree3457b0ed0343abf2850acde7e27b9f732658cb4c /sysutils/obliterate
parentf43aec8bd10ba62539914a3fe4071ddd0bc64a37 (diff)
downloadports-b050a00998a0f33045e073064febe841b4a4b224.tar.gz
ports-b050a00998a0f33045e073064febe841b4a4b224.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367570
Diffstat (limited to 'sysutils/obliterate')
-rw-r--r--sysutils/obliterate/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile
index 43b153768bfe..876609445832 100644
--- a/sysutils/obliterate/Makefile
+++ b/sysutils/obliterate/Makefile
@@ -4,12 +4,13 @@
PORTNAME= obliterate
PORTVERSION= 0.5
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=wes
+MASTER_SITES= LOCAL/wes
MAINTAINER= ports@FreeBSD.org
COMMENT= Securely delete file[s]
+USES= uidfix
+
PLIST_FILES= bin/obliterate man/man8/${PORTNAME}.8.gz
.include <bsd.port.mk>