svn commit: r434417 - head/misc/rname

Antoine Brodin antoine at FreeBSD.org
Sun Feb 19 21:54:12 UTC 2017


Author: antoine
Date: Sun Feb 19 21:54:11 2017
New Revision: 434417
URL: https://svnweb.freebsd.org/changeset/ports/434417

Log:
  - Use NO_WRKSUBDIR
  - Allow staging as a regular user

Modified:
  head/misc/rname/Makefile

Modified: head/misc/rname/Makefile
==============================================================================
--- head/misc/rname/Makefile	Sun Feb 19 20:26:07 2017	(r434416)
+++ head/misc/rname/Makefile	Sun Feb 19 21:54:11 2017	(r434417)
@@ -12,8 +12,8 @@ COMMENT=	Execute a program with a fake n
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-WRKSRC=		${WRKDIR}
-USES=		gmake tar:xz
+NO_WRKSUBDIR=	yes
+USES=		gmake tar:xz uidfix
 MAKE_ENV=	BINGRP=wheel MANDIR=${PREFIX}/man \
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}"
 PLIST_FILES=	bin/rname man/man1/rname.1.gz


More information about the svn-ports-head mailing list