diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 00:32:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 00:32:49 +0800 |
commit | 8efacfd2f13eb1b21d9b1911e9418aae6ce521c9 (patch) | |
tree | 3457b0ed0343abf2850acde7e27b9f732658cb4c /sysutils | |
parent | cba6ca0ef32a0f973edad295727a8c3405dadcf4 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |