diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-10 21:57:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-10 21:57:46 +0800 |
commit | 0bef3d88e1fade6f00e47cd978f7342ca710be7e (patch) | |
tree | fe77b31bdc2f538d1f09b36e65eb16ca23abc80a /sysutils | |
parent | dc4dae8592bccecaebdf5a095831f39ef6e1f0ab (diff) | |
download | freebsd-ports-gnome-0bef3d88e1fade6f00e47cd978f7342ca710be7e.tar.gz freebsd-ports-gnome-0bef3d88e1fade6f00e47cd978f7342ca710be7e.tar.zst freebsd-ports-gnome-0bef3d88e1fade6f00e47cd978f7342ca710be7e.zip |
- Allow staging as a regular user
- USES=python
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tdir/Makefile | 5 |
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> |