aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2014-07-20 23:41:41 +0800
committerlme <lme@FreeBSD.org>2014-07-20 23:41:41 +0800
commit42706c1a4a5a16d7083a87bac47f4f84101c33a7 (patch)
tree637159c31e79860bab066c98293c3033ce79deb2 /games
parent4870e1c4da08232eee38bda9a924e4956d722a22 (diff)
downloadfreebsd-ports-gnome-42706c1a4a5a16d7083a87bac47f4f84101c33a7.tar.gz
freebsd-ports-gnome-42706c1a4a5a16d7083a87bac47f4f84101c33a7.tar.zst
freebsd-ports-gnome-42706c1a4a5a16d7083a87bac47f4f84101c33a7.zip
- Include bsd.port.post.mk instead of bsd.port..mk [1]
- Change to USES= tar:bzip2 [1] - Strip scummvm binary PR: 191952 Submitted by: Radim Kolar <hsn@sendmail.cz>
Diffstat (limited to 'games')
-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>