svn commit: r356954 - head/sysutils/procmap

Antoine Brodin antoine at FreeBSD.org
Sat Jun 7 21:37:47 UTC 2014


Author: antoine
Date: Sat Jun  7 21:37:46 2014
New Revision: 356954
URL: http://svnweb.freebsd.org/changeset/ports/356954
QAT: https://qat.redports.org/buildarchive/r356954/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/procmap/Makefile

Modified: head/sysutils/procmap/Makefile
==============================================================================
--- head/sysutils/procmap/Makefile	Sat Jun  7 21:26:54 2014	(r356953)
+++ head/sysutils/procmap/Makefile	Sat Jun  7 21:37:46 2014	(r356954)
@@ -10,6 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Print the contents of a procfs map file
 
 NO_WRKSUBDIR=	yes
+USES=		uidfix
 MAKEFILE=	/usr/share/mk/bsd.prog.mk
 MAKE_ENV+=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man \
 		PROG=procmap MAN8=procmap.8


More information about the svn-ports-head mailing list