aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-07-20 15:41:41 +0000
committerLars Engels <lme@FreeBSD.org>2014-07-20 15:41:41 +0000
commitb959cfbae9d0d8f12e415218f241f6c68317ac0b (patch)
tree637159c31e79860bab066c98293c3033ce79deb2 /games/scummvm
parentfa3989c9949ce718c0c32b5c041e1083644bc7c2 (diff)
downloadports-b959cfbae9d0d8f12e415218f241f6c68317ac0b.tar.gz
ports-b959cfbae9d0d8f12e415218f241f6c68317ac0b.zip
Notes
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 2f7c6268b619..c6289bfe544a 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -11,8 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
MAINTAINER= lme@FreeBSD.org
COMMENT= Interpreter for several adventure games
-USE_BZIP2= yes
-USES= gmake
+USES= gmake tar:bzip2
HAS_CONFIGURE= yes
USE_SDL= sdl
@@ -65,5 +64,6 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/dists/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>