svn commit: r367570 - head/sysutils/obliterate

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 16:32:50 UTC 2014


Author: antoine
Date: Sun Sep  7 16:32:49 2014
New Revision: 367570
URL: http://svnweb.freebsd.org/changeset/ports/367570
QAT: https://qat.redports.org/buildarchive/r367570/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/obliterate/Makefile

Modified: head/sysutils/obliterate/Makefile
==============================================================================
--- head/sysutils/obliterate/Makefile	Sun Sep  7 16:29:18 2014	(r367569)
+++ head/sysutils/obliterate/Makefile	Sun Sep  7 16:32:49 2014	(r367570)
@@ -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 at FreeBSD.org
 COMMENT=	Securely delete file[s]
 
+USES=		uidfix
+
 PLIST_FILES=	bin/obliterate man/man8/${PORTNAME}.8.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list