diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-02 14:17:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-02 14:17:58 +0800 |
commit | 17a4f708b6109470a0fe73edbe959ffce496426a (patch) | |
tree | de41cd8ed4bdc48ee19506c46352782f80e7f360 /math | |
parent | 924b4f4a02d71ed8e989efd862277aadb22e96dc (diff) | |
download | freebsd-ports-gnome-17a4f708b6109470a0fe73edbe959ffce496426a.tar.gz freebsd-ports-gnome-17a4f708b6109470a0fe73edbe959ffce496426a.tar.zst freebsd-ports-gnome-17a4f708b6109470a0fe73edbe959ffce496426a.zip |
Allow staging as a regular user
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 2 |
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 |