Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 06:17:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369795 - head/math/libtommath
Message-ID:  <201410020617.s926Hxoa074061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct  2 06:17:58 2014
New Revision: 369795
URL: https://svnweb.freebsd.org/changeset/ports/369795
QAT: https://qat.redports.org/buildarchive/r369795/

Log:
  Allow staging as a regular user

Modified:
  head/math/libtommath/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Thu Oct  2 01:12:41 2014	(r369794)
+++ head/math/libtommath/Makefile	Thu Oct  2 06:17:58 2014	(r369795)
@@ -26,7 +26,7 @@ PLIST_FILES=	include/tommath.h include/t
 
 post-patch:
 	${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.shared
-	${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=|' ${WRKSRC}/${MAKEFILE}
+	${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=| ; s|-g $$(GROUP) -o $$(USER)||' ${WRKSRC}/${MAKEFILE}
 
 .if ${PORT_OPTIONS:MSHARED}
 USES+=		libtool:build



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