Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 09:13:03 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341353 - head/graphics/freeimage
Message-ID:  <201401270913.s0R9D3B1019972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401270913.s0R9D3B1019972>