svn commit: r367845 - head/sysutils/tdir

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:57:46 UTC 2014


Author: antoine
Date: Wed Sep 10 13:57:46 2014
New Revision: 367845
URL: http://svnweb.freebsd.org/changeset/ports/367845
QAT: https://qat.redports.org/buildarchive/r367845/

Log:
  - Allow staging as a regular user
  - USES=python

Modified:
  head/sysutils/tdir/Makefile

Modified: head/sysutils/tdir/Makefile
==============================================================================
--- head/sysutils/tdir/Makefile	Wed Sep 10 13:53:26 2014	(r367844)
+++ head/sysutils/tdir/Makefile	Wed Sep 10 13:57:46 2014	(r367845)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.tundraware.com/
 MAINTAINER=	tdir at 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>


More information about the svn-ports-head mailing list