diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 22:51:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 22:51:32 +0000 |
commit | ba2b1d9a78ff665568c7d528e2d1dae5eca89d96 (patch) | |
tree | 5bb6a82217d65cf514f51e64afbbcc45959cd22d /games/grubik | |
parent | 9f7048d8e59a0bb4517e6e15720f220b64c8e2cf (diff) | |
download | ports-ba2b1d9a78ff665568c7d528e2d1dae5eca89d96.tar.gz ports-ba2b1d9a78ff665568c7d528e2d1dae5eca89d96.zip |
Notes
Diffstat (limited to 'games/grubik')
-rw-r--r-- | games/grubik/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 24507ea1fa2d..8331c29b1fec 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -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> |