aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-06-11 13:54:53 +0800
committerjgh <jgh@FreeBSD.org>2013-06-11 13:54:53 +0800
commit9038e6f36154a922a611a520ccefd1c2e9c290a7 (patch)
treea8be6bf0aba6f58e0e3f7744e3f358e86f9c010e /games
parent1fcc08c43359b6c3400ae57a0304ff98cb591d42 (diff)
downloadfreebsd-ports-gnome-9038e6f36154a922a611a520ccefd1c2e9c290a7.tar.gz
freebsd-ports-gnome-9038e6f36154a922a611a520ccefd1c2e9c290a7.tar.zst
freebsd-ports-gnome-9038e6f36154a922a611a520ccefd1c2e9c290a7.zip
- update to 2.1.0
- standardize installations in favor of copy Changes: http://f1lt.pl/index.php?id=5
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