Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 21:42:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328736 - head/games/interlogic
Message-ID:  <201309292142.r8TLgrKj071644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292142.r8TLgrKj071644>