aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tdir
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-10 13:57:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-10 13:57:46 +0000
commitef8b528fc21c6d440e0e4187ed8fd43c01ee0ee7 (patch)
treefe77b31bdc2f538d1f09b36e65eb16ca23abc80a /sysutils/tdir
parente03789435fe967e48bf8faa94f29d66d2d4484b4 (diff)
downloadports-ef8b528fc21c6d440e0e4187ed8fd43c01ee0ee7.tar.gz
ports-ef8b528fc21c6d440e0e4187ed8fd43c01ee0ee7.zip
- Allow staging as a regular user
- USES=python
Notes
Notes: svn path=/head/; revision=367845
Diffstat (limited to 'sysutils/tdir')
-rw-r--r--sysutils/tdir/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile
index 9fc896088447..f144a46ead5d 100644
--- a/sysutils/tdir/Makefile
+++ b/sysutils/tdir/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= tdir@tundraware.com
COMMENT= Advanced file directory display utility
-USE_PYTHON= yes
+USES= python
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
@@ -17,4 +17,7 @@ PLIST_FILES= bin/tdir \
man/man1/tdir.1.gz
PORTDOCS= tdir-license.txt
+post-patch:
+ @${REINPLACE_CMD} 's,-o root -g wheel,,' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>