svn commit: r328736 - head/games/interlogic

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 29 21:42:53 UTC 2013


Author: amdmi3
Date: Sun Sep 29 21:42:52 2013
New Revision: 328736
URL: http://svnweb.freebsd.org/changeset/ports/328736

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Modified:
  head/games/interlogic/Makefile

Modified: head/games/interlogic/Makefile
==============================================================================
--- head/games/interlogic/Makefile	Sun Sep 29 21:38:55 2013	(r328735)
+++ head/games/interlogic/Makefile	Sun Sep 29 21:42:52 2013	(r328736)
@@ -11,19 +11,18 @@ DISTNAME=	interLOGIC-src-${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Move colored balls through the maze connecting it with each other
 
+USES=		gmake
 USE_SDL=	image sdl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/interlogic
 
 PLIST_FILES=	bin/interlogic
 
-NO_STAGE=	yes
 post-patch:
 	@${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/missing # suppress autotools madness
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list