1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add staging support

This commit is contained in:
Pawel Pekala 2014-06-01 11:45:28 +00:00
parent e1858b091a
commit 9265ea3c6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356101

View File

@ -21,12 +21,11 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_INSTALL= yes
NO_STAGE= yes
post-patch: post-patch:
${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \ ${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m ${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m
post-install: 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> .include <bsd.port.mk>