From 6e299171258776a43139a66b901b739ffb45b0ba Mon Sep 17 00:00:00 2001 From: snj Date: Wed, 10 Mar 2004 02:18:46 +0000 Subject: Use bl3 and keep scores in /var/games, not ${PREFIX}/var. Bump PKGREVISION. --- games/gtkballs/DEINSTALL | 4 ++-- games/gtkballs/DESCR | 2 +- games/gtkballs/Makefile | 16 ++++++++-------- games/gtkballs/PLIST | 4 +--- 4 files changed, 12 insertions(+), 14 deletions(-) (limited to 'games') diff --git a/games/gtkballs/DEINSTALL b/games/gtkballs/DEINSTALL index afaa179eda7..48a7f392970 100644 --- a/games/gtkballs/DEINSTALL +++ b/games/gtkballs/DEINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:54 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.3 2004/03/10 02:18:46 snj Exp $ PKGNAME=$1 @@ -7,7 +7,7 @@ POST-DEINSTALL) cat << EOF ============================================================================= If you won't be using ${PKGNAME} any longer, you may want to remove the -score file ${PKG_PREFIX}/var/gtkballs-scores. +score file /var/games/gtkballs-scores. ============================================================================= EOF ;; diff --git a/games/gtkballs/DESCR b/games/gtkballs/DESCR index f3d8a1da8fb..8e649b4e547 100644 --- a/games/gtkballs/DESCR +++ b/games/gtkballs/DESCR @@ -1,4 +1,4 @@ GtkBalls is a simple logic game. The goal of the game is to make the maximum number of lines with balls of the same color. A line is made -of five balls. Each time you don't do a line, extra balls appear on +of five balls. Each time you don't make a line, extra balls appear on the grid. You lose when the grid is full. diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index 1f553ee979d..9d9c5890834 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:56 grant Exp $ -# +# $NetBSD: Makefile,v 1.13 2004/03/10 02:18:46 snj Exp $ DISTNAME= gtkballs-3.0.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ \ http://gtkballs.antex.ru/dist/ @@ -12,14 +11,15 @@ HOMEPAGE= http://gtkballs.antex.ru/ COMMENT= GTK+ clone of "Color Lines" GNU_CONFIGURE= yes -USE_BUILDLINK2= yes -USE_PKGLOCALEDIR= yes -USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --without-included-gettext +CONFIGURE_ARGS+= --localstatedir=/var/games +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_PKGLOCALEDIR= yes post-install: ${MV} ${PREFIX}/man/man6/gtkballs.6x ${PREFIX}/man/man6/gtkballs.6 -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/gtkballs/PLIST b/games/gtkballs/PLIST index 3cb8132b3e5..63e7de3504b 100644 --- a/games/gtkballs/PLIST +++ b/games/gtkballs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/01 02:00:14 salo Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/10 02:18:46 snj Exp $ bin/gtkballs man/man6/gtkballs.6 share/gtkballs/COPYING @@ -320,8 +320,6 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gtkballs.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gtkballs.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtkballs.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gtkballs.mo -@comment user-modified: var/gtkballs-scores -@unexec ${RMDIR} %D/var 2>/dev/null || ${TRUE} @dirrm share/gtkballs/themes/klines @dirrm share/gtkballs/themes/Default @dirrm share/gtkballs/themes -- cgit v1.2.3