1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-02-02 11:37:14 +00:00
parent f40c1edfcc
commit dbc6e916f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342274

View File

@ -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>