svn commit: r367674 - head/misc/inplace

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:00:34 UTC 2014


Author: antoine
Date: Mon Sep  8 19:00:33 2014
New Revision: 367674
URL: http://svnweb.freebsd.org/changeset/ports/367674
QAT: https://qat.redports.org/buildarchive/r367674/

Log:
  Allow staging as a regular user

Modified:
  head/misc/inplace/Makefile

Modified: head/misc/inplace/Makefile
==============================================================================
--- head/misc/inplace/Makefile	Mon Sep  8 18:59:29 2014	(r367673)
+++ head/misc/inplace/Makefile	Mon Sep  8 19:00:33 2014	(r367674)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	knu
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	Tool to edit files in-place through given filter commands
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 USE_RUBY=	yes
 
 MAKE_ARGS=	PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"


More information about the svn-ports-head mailing list