diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-09 23:15:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-09 23:15:41 +0000 |
commit | 39bd2fee29ecee02c26054323806a5113f3f4f71 (patch) | |
tree | 3bb6160dd91cec38aaa28ed34ffb918e8c87f2cd /games | |
parent | 095c9185e8d2c704920e3b4475807f4acb17e887 (diff) | |
download | ports-39bd2fee29ecee02c26054323806a5113f3f4f71.tar.gz ports-39bd2fee29ecee02c26054323806a5113f3f4f71.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 2 | ||||
-rw-r--r-- | games/grhino/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | games/grhino/files/patch-po::Makefile.in.in | 11 | ||||
-rw-r--r-- | games/grhino/pkg-plist | 1 |
4 files changed, 19 insertions, 5 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 845b1d27fca9..825d4cf8293d 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -7,7 +7,7 @@ PORTNAME= grhino PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rhino diff --git a/games/grhino/files/patch-Makefile.in b/games/grhino/files/patch-Makefile.in index fdf00ae28119..11316136aba9 100644 --- a/games/grhino/files/patch-Makefile.in +++ b/games/grhino/files/patch-Makefile.in @@ -1,10 +1,12 @@ ---- Makefile.in.orig Sun Aug 17 04:11:08 2003 -+++ Makefile.in Sun Aug 31 23:36:13 2003 -@@ -42,7 +42,7 @@ +--- Makefile.in.orig Mon May 3 15:05:35 2004 ++++ Makefile.in Tue Dec 28 22:27:37 2004 +@@ -42,8 +42,8 @@ docdir = @docdir@ etcdir = @sysconfdir@ - localedir = @datadir@/locale + datadir = @datadir@ +-localedir = @datadir@/locale -helpdir = @datadir@/gnome/help/grhino ++localedir = @prefix@/share/locale +helpdir = @datadir@/help/grhino pattern_dir = @datadir@/${PACKAGE}-${VERSION}/pattern diff --git a/games/grhino/files/patch-po::Makefile.in.in b/games/grhino/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..ec9f9013735b --- /dev/null +++ b/games/grhino/files/patch-po::Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Mon May 3 15:05:36 2004 ++++ po/Makefile.in.in Mon Jan 3 22:35:47 2005 +@@ -21,7 +21,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ diff --git a/games/grhino/pkg-plist b/games/grhino/pkg-plist index ff8e6e32c914..1b5e14f9a8b4 100644 --- a/games/grhino/pkg-plist +++ b/games/grhino/pkg-plist @@ -27,6 +27,7 @@ share/gnome/help/grhino/C/figures/pattern.png share/gnome/help/grhino/C/figures/prefs-ai.png share/gnome/help/grhino/C/figures/prefs-board.png share/gnome/help/grhino/C/figures/prefs-theme.png +share/locale/en_GB/LC_MESSAGES/grhino.mo @exec scrollkeeper-install -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true share/gnome/help/grhino/C/grhino.xml |