diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-02 19:37:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-02 19:37:14 +0800 |
commit | ef7a4599d83122a1885ac5930fb330b8a71fd70a (patch) | |
tree | 3a06f56843f918b366301cfa7c9d604399bd948c /deskutils | |
parent | e71673a773f2079bf98d8b416354e44458341596 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |