1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-24 22:51:32 +00:00
parent 9f7048d8e5
commit ba2b1d9a78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349087

View File

@ -13,14 +13,17 @@ COMMENT= Virtual 3D Rubiks cube for GNUstep
LICENSE= GPLv2
USES= tar:tgz
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
NO_STAGE= yes
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
post-patch:
${RM} -rf ${WRKSRC}/GRubik.app/ix86
${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile
${REINPLACE_CMD} -e 's|^//|# //|' \
-e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>