diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 06:39:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 06:39:12 +0800 |
commit | 151d5c8156ae92e4e461360545ef4805cf8a811c (patch) | |
tree | 4458206c95bb26f6e3ee5b91040e8ea94017ea70 /x11 | |
parent | 1c78fd56ec8bd85bbb50a93acf706b1bea43ed02 (diff) | |
download | freebsd-ports-gnome-151d5c8156ae92e4e461360545ef4805cf8a811c.tar.gz freebsd-ports-gnome-151d5c8156ae92e4e461360545ef4805cf8a811c.tar.zst freebsd-ports-gnome-151d5c8156ae92e4e461360545ef4805cf8a811c.zip |
Fix packaging as root
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gskrab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index c275be5ffb4f..0d2a8218150c 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -20,4 +20,7 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/GSKrabFramework/GSKrab.framework/Versions/Current +post-patch: + @${REINPLACE_CMD} -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile + .include <bsd.port.mk> |