svn commit: r367519 - head/graphics/exiftran

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:32:05 UTC 2014


Author: antoine
Date: Sun Sep  7 11:32:04 2014
New Revision: 367519
URL: http://svnweb.freebsd.org/changeset/ports/367519
QAT: https://qat.redports.org/buildarchive/r367519/

Log:
  Allow staging as a regular user

Modified:
  head/graphics/exiftran/Makefile

Modified: head/graphics/exiftran/Makefile
==============================================================================
--- head/graphics/exiftran/Makefile	Sun Sep  7 11:26:54 2014	(r367518)
+++ head/graphics/exiftran/Makefile	Sun Sep  7 11:32:04 2014	(r367519)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libexif.so:${PORTSDIR}/grap
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		uidfix
 MAKE_ARGS+=	WRKSRC=${WRKSRC} BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man
 
 PLIST_FILES=	bin/exiftran bin/thumbnail.cgi \


More information about the svn-ports-head mailing list