diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 20:09:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 20:09:55 +0000 |
commit | 377b31ea83f1d51fc689dc44cb6b5543a88e68be (patch) | |
tree | a1f07c56478b1ddb3612822a258b276a322cea14 | |
parent | 915ee2cd328ac5d741831b20591d8ef90f72b69b (diff) | |
download | freebsd-ports-377b31ea83f1d51fc689dc44cb6b5543a88e68be.zip |
Allow staging as a regular user
PR: ports/192957
-rw-r--r-- | devel/gsoap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 7933c7bdbb39..a4bde4c1c70d 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -42,6 +42,7 @@ post-patch: -e 's|-DSOAPCPP_IMPORT_PATH=|-DSOAPCPP2_IMPORT_PATH=|' \ -e 's|-DWSDL_IMPORT_PATH=|-DWSDL2H_IMPORT_PATH=|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} + ${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/gsoap/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gsoap |