aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
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>