aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-06-11 05:54:53 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-06-11 05:54:53 +0000
commit7e46922bdfd40d7e75a065728292ca2970805552 (patch)
treea8be6bf0aba6f58e0e3f7744e3f358e86f9c010e /games
parentc1ad24bc7b9aaecbfbc042447ec4c2002aef1f28 (diff)
downloadports-7e46922bdfd40d7e75a065728292ca2970805552.tar.gz
ports-7e46922bdfd40d7e75a065728292ca2970805552.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/f1lt/Makefile8
-rw-r--r--games/f1lt/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/games/f1lt/Makefile b/games/f1lt/Makefile
index 62f8b5a6caa1..b6dea8fd2b4c 100644
--- a/games/f1lt/Makefile
+++ b/games/f1lt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= f1lt
-PORTVERSION= 2.0.2
+PORTVERSION= 2.1.0
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE \
LOCAL/jgh/games/${PORTNAME}/
@@ -46,6 +46,12 @@ do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} F1LT.pro
+post-build-script:
+ @${REINPLACE_CMD} -e 's|-$$(INSTALL_FILE)|${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 644|g' \
+ ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|-$$(INSTALL_PROGRAM)|${INSTALL} -s -o ${SHAREOWN} -g ${SHAREGRP} -m 755|g' \
+ ${WRKSRC}/Makefile
+
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
diff --git a/games/f1lt/distinfo b/games/f1lt/distinfo
index f03b1398fa6d..269d1a1a7164 100644
--- a/games/f1lt/distinfo
+++ b/games/f1lt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (f1lt-2.0.2-src.tar.gz) = aa84b97de08f051fbf0acd52904753c298331d9815b3f39f324945aa629024c5
-SIZE (f1lt-2.0.2-src.tar.gz) = 12099269
+SHA256 (f1lt-2.1.0-src.tar.gz) = e9ba0c41b2237af8b90978f48b34999b0bd435c11826c4cce6ec6a7fcd3ae1a6
+SIZE (f1lt-2.1.0-src.tar.gz) = 12268782