1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +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_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>