aboutsummaryrefslogtreecommitdiff
path: root/games/grubik
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 22:51:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 22:51:32 +0000
commitba2b1d9a78ff665568c7d528e2d1dae5eca89d96 (patch)
tree5bb6a82217d65cf514f51e64afbbcc45959cd22d /games/grubik
parent9f7048d8e59a0bb4517e6e15720f220b64c8e2cf (diff)
downloadports-ba2b1d9a78ff665568c7d528e2d1dae5eca89d96.tar.gz
ports-ba2b1d9a78ff665568c7d528e2d1dae5eca89d96.zip
Notes
Diffstat (limited to 'games/grubik')
-rw-r--r--games/grubik/Makefile7
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>