svn commit: r356101 - head/lang/gscheme
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 1 11:45:29 UTC 2014
Author: pawel
Date: Sun Jun 1 11:45:28 2014
New Revision: 356101
URL: http://svnweb.freebsd.org/changeset/ports/356101
QAT: https://qat.redports.org/buildarchive/r356101/
Log:
Add staging support
Modified:
head/lang/gscheme/Makefile
Modified: head/lang/gscheme/Makefile
==============================================================================
--- head/lang/gscheme/Makefile Sun Jun 1 11:42:17 2014 (r356100)
+++ head/lang/gscheme/Makefile Sun Jun 1 11:45:28 2014 (r356101)
@@ -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>
More information about the svn-ports-all
mailing list