svn commit: r356952 - head/graphics/scr2png

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


Author: antoine
Date: Sat Jun  7 21:21:33 2014
New Revision: 356952
URL: http://svnweb.freebsd.org/changeset/ports/356952
QAT: https://qat.redports.org/buildarchive/r356952/

Log:
  Allow staging as a regular user

Modified:
  head/graphics/scr2png/Makefile

Modified: head/graphics/scr2png/Makefile
==============================================================================
--- head/graphics/scr2png/Makefile	Sat Jun  7 21:12:34 2014	(r356951)
+++ head/graphics/scr2png/Makefile	Sat Jun  7 21:21:33 2014	(r356952)
@@ -14,9 +14,10 @@ COMMENT=	Converts the output of "vidcont
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
 NO_WRKSUBDIR=	yes
+USES=		uidfix
+MAKE_ARGS=	BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
 
 PLIST_FILES=	bin/scr2png man/man1/scr2png.1.gz
-MAKE_ARGS=	BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
 
 pre-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile


More information about the svn-ports-head mailing list