aboutsummaryrefslogtreecommitdiffstats
path: root/games/trimines/Makefile
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2006-05-14 23:16:59 +0800
committerstefan <stefan@FreeBSD.org>2006-05-14 23:16:59 +0800
commitaca8a5dd27ce0b28338d124dce2766b015eb209a (patch)
tree5fa4b79a6439f7e89191cbc41b8723eaf9dfc651 /games/trimines/Makefile
parent11c6993655af53ed64a00bd6eef1ec7db328423b (diff)
downloadfreebsd-ports-gnome-aca8a5dd27ce0b28338d124dce2766b015eb209a.tar.gz
freebsd-ports-gnome-aca8a5dd27ce0b28338d124dce2766b015eb209a.tar.zst
freebsd-ports-gnome-aca8a5dd27ce0b28338d124dce2766b015eb209a.zip
Update to 1.3.0
PR: 97230 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer) Approved by: arved (mentor)
Diffstat (limited to 'games/trimines/Makefile')
-rw-r--r--games/trimines/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/trimines/Makefile b/games/trimines/Makefile
index 9b0e8eb2c18c..ceeff20321d8 100644
--- a/games/trimines/Makefile
+++ b/games/trimines/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= trimines
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.3.0
CATEGORIES= games
MASTER_SITES= http://www.freewebs.com/trimines/
@@ -27,7 +26,9 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/trimines ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/data/* ${DATADIR}
+.for dir in counter menu misc triangles
+ ${MKDIR} ${DATADIR}/${dir}
+ ${INSTALL_DATA} ${WRKSRC}/data/${dir}/* ${DATADIR}/${dir}
+.endfor
.include <bsd.port.mk>