aboutsummaryrefslogtreecommitdiff
path: root/games/interlogic
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-29 21:42:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-29 21:42:52 +0000
commite73d4fdb8e43f10e0cb04801c6c1e883f07c40e7 (patch)
treea603ec0ba84394fc5250bd52dd71c985dc8b27b4 /games/interlogic
parent7673bb66a5d6c4886559264e778611d1c45adb00 (diff)
downloadports-e73d4fdb8e43f10e0cb04801c6c1e883f07c40e7.tar.gz
ports-e73d4fdb8e43f10e0cb04801c6c1e883f07c40e7.zip
- Support staging
- Convert USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=328736
Diffstat (limited to 'games/interlogic')
-rw-r--r--games/interlogic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/interlogic/Makefile b/games/interlogic/Makefile
index 515cbb11ab5e..91ca927ac10c 100644
--- a/games/interlogic/Makefile
+++ b/games/interlogic/Makefile
@@ -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>