aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-06-01 19:45:28 +0800
committerpawel <pawel@FreeBSD.org>2014-06-01 19:45:28 +0800
commit87100685f8712c433359ebddc989079d39d24472 (patch)
treea59baf0b450cbd87e33c9267b536c0c98b80452f /lang
parent3155509cf23e7e18a334099e889a76a68dd5e83a (diff)
downloadfreebsd-ports-gnome-87100685f8712c433359ebddc989079d39d24472.tar.gz
freebsd-ports-gnome-87100685f8712c433359ebddc989079d39d24472.tar.zst
freebsd-ports-gnome-87100685f8712c433359ebddc989079d39d24472.zip
Add staging support
Diffstat (limited to 'lang')
-rw-r--r--lang/gscheme/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile
index 4c6528fa0a4d..5bcf0f5ac4ea 100644
--- a/lang/gscheme/Makefile
+++ b/lang/gscheme/Makefile
@@ -21,12 +21,11 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m
post-install:
- ${RM} -f ${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~
+ ${RM} -f ${STAGEDIR}${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~
.include <bsd.port.mk>