aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-09 03:00:33 +0800
committerantoine <antoine@FreeBSD.org>2014-09-09 03:00:33 +0800
commit5879abed27612efa8b8b9c07384a215851fe9749 (patch)
tree37900e2f183dd4483f7d26e7a36cbf1434d53571
parent6f3d5ed43ee10f21b78ed7c4c7a01cf307192e51 (diff)
downloadfreebsd-ports-gnome-5879abed27612efa8b8b9c07384a215851fe9749.tar.gz
freebsd-ports-gnome-5879abed27612efa8b8b9c07384a215851fe9749.tar.zst
freebsd-ports-gnome-5879abed27612efa8b8b9c07384a215851fe9749.zip
Allow staging as a regular user
-rw-r--r--misc/inplace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile
index 9b3873972945..0c3b12bc974f 100644
--- a/misc/inplace/Makefile
+++ b/misc/inplace/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@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}"