svn commit: r369795 - head/math/libtommath
Antoine Brodin
antoine at FreeBSD.org
Thu Oct 2 06:17:59 UTC 2014
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
More information about the svn-ports-head
mailing list