aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-02 20:43:42 +0800
committerantoine <antoine@FreeBSD.org>2014-02-02 20:43:42 +0800
commitfb7c68482f677aed5bcf316f83027a3231de5a43 (patch)
tree8c1c9b01fe1d70591a370aed9a70aa13c6d20634 /deskutils
parent3a40828227cd5d66ef0e17caf8f34d33f6b72b46 (diff)
downloadfreebsd-ports-gnome-fb7c68482f677aed5bcf316f83027a3231de5a43.tar.gz
freebsd-ports-gnome-fb7c68482f677aed5bcf316f83027a3231de5a43.tar.zst
freebsd-ports-gnome-fb7c68482f677aed5bcf316f83027a3231de5a43.zip
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnustep-wrapper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile
index 2fc8af50232a..9c02af04ae6b 100644
--- a/deskutils/gnustep-wrapper/Makefile
+++ b/deskutils/gnustep-wrapper/Makefile
@@ -25,13 +25,14 @@ ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/libGSWrapper/obj
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
MAKE_FLAGS+= debug=no
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|cp -u|#cp -p|' \
${WRKSRC}/WrapperFactory/GNUmakefile.postamble
+ ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \
- ${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/
+ ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/
.include <bsd.port.mk>