svn commit: r349087 - head/games/grubik

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 22:51:33 UTC 2014


Author: bapt
Date: Mon Mar 24 22:51:32 2014
New Revision: 349087
URL: http://svnweb.freebsd.org/changeset/ports/349087
QAT: https://qat.redports.org/buildarchive/r349087/

Log:
  Support stage

Modified:
  head/games/grubik/Makefile

Modified: head/games/grubik/Makefile
==============================================================================
--- head/games/grubik/Makefile	Mon Mar 24 22:47:05 2014	(r349086)
+++ head/games/grubik/Makefile	Mon Mar 24 22:51:32 2014	(r349087)
@@ -13,14 +13,17 @@ COMMENT=	Virtual 3D Rubiks cube for GNUs
 
 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>


More information about the svn-ports-head mailing list