aboutsummaryrefslogtreecommitdiff
path: root/math/libtommath
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-02 06:17:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-02 06:17:58 +0000
commitae4e8ae322699fe44b07f01227569a3bacdc2f61 (patch)
treede41cd8ed4bdc48ee19506c46352782f80e7f360 /math/libtommath
parent43e4835f2dcb0ccbd7bb3ae629986643da0136f8 (diff)
downloadports-ae4e8ae322699fe44b07f01227569a3bacdc2f61.tar.gz
ports-ae4e8ae322699fe44b07f01227569a3bacdc2f61.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=369795
Diffstat (limited to 'math/libtommath')
-rw-r--r--math/libtommath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index c38b906c352f..151f849e5d7c 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -26,7 +26,7 @@ PLIST_FILES= include/tommath.h include/tommath_class.h \
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