svn commit: r341353 - head/graphics/freeimage

Pietro Cerutti gahr at FreeBSD.org
Mon Jan 27 09:13:03 UTC 2014


Author: gahr
Date: Mon Jan 27 09:13:02 2014
New Revision: 341353
URL: http://svnweb.freebsd.org/changeset/ports/341353
QAT: https://qat.redports.org/buildarchive/r341353/

Log:
  - Fix staging as non-root
  
  PR:		186143
  Submitted by:	Stephen Montgomery-Smith <stephen at missouri.edu>

Modified:
  head/graphics/freeimage/Makefile

Modified: head/graphics/freeimage/Makefile
==============================================================================
--- head/graphics/freeimage/Makefile	Mon Jan 27 09:07:25 2014	(r341352)
+++ head/graphics/freeimage/Makefile	Mon Jan 27 09:13:02 2014	(r341353)
@@ -38,7 +38,7 @@ CFLAGS+=	-fPIC
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; s|-g root|-g wheel|' \
+	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; s|-o root -g root ||' \
 		${WRKSRC}/Makefile.gnu ${WRKSRC}/Makefile.fip
 
 post-build:


More information about the svn-ports-all mailing list