aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-02 19:37:14 +0800
committerantoine <antoine@FreeBSD.org>2014-02-02 19:37:14 +0800
commitef7a4599d83122a1885ac5930fb330b8a71fd70a (patch)
tree3a06f56843f918b366301cfa7c9d604399bd948c /deskutils
parente71673a773f2079bf98d8b416354e44458341596 (diff)
downloadfreebsd-ports-gnome-ef7a4599d83122a1885ac5930fb330b8a71fd70a.tar.gz
freebsd-ports-gnome-ef7a4599d83122a1885ac5930fb330b8a71fd70a.tar.zst
freebsd-ports-gnome-ef7a4599d83122a1885ac5930fb330b8a71fd70a.zip
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/appwrapper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile
index 7719935b4224..42ed21aeae08 100644
--- a/deskutils/appwrapper/Makefile
+++ b/deskutils/appwrapper/Makefile
@@ -19,9 +19,10 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/AppWrapper
-NO_STAGE= yes
post-patch:
${RMDIR} ${WRKSRC}/AppWrapper.app/ix86/linux-gnu
${RMDIR} ${WRKSRC}/AppWrapper.app/ix86
+ ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>