diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-27 02:40:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-27 02:40:51 +0800 |
commit | b72ec47b4a1a491552ffe714f30401b6b30e1afe (patch) | |
tree | 76f0a14523aac64b030ea18b9f60e99eb0cafc03 /devel/inilib | |
parent | e0c613056e2a7b5f31044bd2f34542dabc26decb (diff) | |
download | freebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.tar.gz freebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.tar.zst freebsd-ports-gnome-b72ec47b4a1a491552ffe714f30401b6b30e1afe.zip |
Allow staging as a regular user
Diffstat (limited to 'devel/inilib')
-rw-r--r-- | devel/inilib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/inilib/Makefile b/devel/inilib/Makefile index 1fc2ce4f8882..dc561e23d0fe 100644 --- a/devel/inilib/Makefile +++ b/devel/inilib/Makefile @@ -11,4 +11,7 @@ COMMENT= C++ lib which provides a method of saving the "state" of a program GNU_CONFIGURE= yes +post-patch: + ${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/src/Makefile.in + .include <bsd.port.mk> |