aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-08 00:32:49 +0800
committerantoine <antoine@FreeBSD.org>2014-09-08 00:32:49 +0800
commit8efacfd2f13eb1b21d9b1911e9418aae6ce521c9 (patch)
tree3457b0ed0343abf2850acde7e27b9f732658cb4c /sysutils
parentcba6ca0ef32a0f973edad295727a8c3405dadcf4 (diff)
downloadfreebsd-ports-gnome-8efacfd2f13eb1b21d9b1911e9418aae6ce521c9.tar.gz
freebsd-ports-gnome-8efacfd2f13eb1b21d9b1911e9418aae6ce521c9.tar.zst
freebsd-ports-gnome-8efacfd2f13eb1b21d9b1911e9418aae6ce521c9.zip
Allow staging as a regular user
Diffstat (limited to 'sysutils')
-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>