aboutsummaryrefslogtreecommitdiffstats
path: root/games/ltris/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-16 17:29:16 +0800
committerpav <pav@FreeBSD.org>2004-08-16 17:29:16 +0800
commit1c1c98ed0f6331ee5dc37106fc0c50087353463b (patch)
tree19267a91b272f9329b28a3357a43597530b7f6b7 /games/ltris/Makefile
parent76e085bda5aa80d94cbc0bab17b1fdddfcf867d6 (diff)
downloadfreebsd-ports-gnome-1c1c98ed0f6331ee5dc37106fc0c50087353463b.tar.gz
freebsd-ports-gnome-1c1c98ed0f6331ee5dc37106fc0c50087353463b.tar.zst
freebsd-ports-gnome-1c1c98ed0f6331ee5dc37106fc0c50087353463b.zip
- Update to 1.0.7
PR: ports/70465 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'games/ltris/Makefile')
-rw-r--r--games/ltris/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile
index d015bf470bc3..cd2e1c71ebed 100644
--- a/games/ltris/Makefile
+++ b/games/ltris/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ltris
-PORTVERSION= 1.0.6
-PORTREVISION= 2
+PORTVERSION= 1.0.7
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -33,7 +32,7 @@ post-patch:
post-install:
${CHOWN} root:games ${PREFIX}/bin/${PORTNAME}
${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME}
- ${CHMOD} 664 /var/games/${PORTNAME}/ltris.hscr
- ${CHOWN} root:games /var/games/${PORTNAME}/ltris.hscr
+ ${CHMOD} 664 ${PREFIX}/var/ltris.hscr
+ ${CHOWN} root:games ${PREFIX}/var/ltris.hscr
.include <bsd.port.post.mk>