diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-13 14:06:51 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-13 14:06:51 +0000 |
commit | d9b03bcebfef1e702ba05a069ff6d3c61fc60229 (patch) | |
tree | ad1d496243400f57d8f3eb1229630c4f60598222 /games | |
parent | Update icc from 5.0.1 to 6.0.139. (diff) |
- Upgrade to version 1.4.
- Remove redundant DISTNAME line.
PR: ports/36255
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=59011
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomekiss/Makefile | 4 | ||||
-rw-r--r-- | games/gnomekiss/distinfo | 2 | ||||
-rw-r--r-- | games/gnomekiss/files/patch-aa | 11 | ||||
-rw-r--r-- | games/gnomekiss/files/patch-ab | 15 | ||||
-rw-r--r-- | games/gnomekiss/pkg-plist | 4 |
5 files changed, 33 insertions, 3 deletions
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile index 5af2358a406d..a08df7a6d914 100644 --- a/games/gnomekiss/Makefile +++ b/games/gnomekiss/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnomekiss -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= games gnome MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/kiss/ -DISTNAME= gnomekiss-${PORTVERSION} MAINTAINER= umeno@rr.iij4u.or.jp @@ -20,5 +19,6 @@ USE_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAN1= gnomekiss.1 .include <bsd.port.mk> diff --git a/games/gnomekiss/distinfo b/games/gnomekiss/distinfo index 93714eac05d7..5cd423e2583e 100644 --- a/games/gnomekiss/distinfo +++ b/games/gnomekiss/distinfo @@ -1 +1 @@ -MD5 (gnomekiss-1.2.tar.gz) = 69054d87a169a57b1b049bdc64593330 +MD5 (gnomekiss-1.4.tar.gz) = f5fe0eda4306e4cd0895dfb4081f9503 diff --git a/games/gnomekiss/files/patch-aa b/games/gnomekiss/files/patch-aa new file mode 100644 index 000000000000..e42249c1001e --- /dev/null +++ b/games/gnomekiss/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Mon Jan 21 00:14:10 2002 ++++ configure Sat Jan 26 20:37:38 2002 +@@ -4007,7 +4007,7 @@ + PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}" + + +-GNOME_DESKTOP_DIR="`gnome-config --datadir`/gnome/apps" ++GNOME_DESKTOP_DIR="`gnome-config --datadir`/apps" + + + trap '' 1 2 15 diff --git a/games/gnomekiss/files/patch-ab b/games/gnomekiss/files/patch-ab new file mode 100644 index 000000000000..d21d6dc1d9a1 --- /dev/null +++ b/games/gnomekiss/files/patch-ab @@ -0,0 +1,15 @@ +--- po/Makefile.in.in.orig Mon Jan 21 00:03:49 2002 ++++ po/Makefile.in.in Sat Jan 26 21:44:09 2002 +@@ -22,9 +22,9 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = @datadir@ +-localedir = $(datadir)/locale +-gettextsrcdir = $(datadir)/gettext/po ++datadir = $(prefix)/@DATADIRNAME@ ++localedir = $(prefix)/share/locale ++gettextsrcdir = $(prefix)/share/gettext/po + + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ diff --git a/games/gnomekiss/pkg-plist b/games/gnomekiss/pkg-plist index 5c801388bbd5..deec8403a3e7 100644 --- a/games/gnomekiss/pkg-plist +++ b/games/gnomekiss/pkg-plist @@ -1,3 +1,7 @@ bin/gnomekiss share/gnome/pixmaps/gnomekiss/gnome-kiss.png +share/gnome/apps/Games/gnomekiss.desktop +share/locale/en_GB/LC_MESSAGES/gnomekiss.mo +share/locale/es/LC_MESSAGES/gnomekiss.mo +share/locale/es_ES/LC_MESSAGES/gnomekiss.mo @dirrm share/gnome/pixmaps/gnomekiss |