View | Details | Raw Unified | Return to bug 36255
Collapse All | Expand All

(-)gnomekiss/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnomekiss
8
PORTNAME=	gnomekiss
9
PORTVERSION=	1.2
9
PORTVERSION=	1.4
10
CATEGORIES=	games gnome
10
CATEGORIES=	games gnome
11
MASTER_SITES=	http://www.ecs.soton.ac.uk/~njl98r/code/kiss/
11
MASTER_SITES=	http://www.ecs.soton.ac.uk/~njl98r/code/kiss/
12
DISTNAME=	gnomekiss-${PORTVERSION}
12
DISTNAME=	gnomekiss-${PORTVERSION}
Lines 20-24 Link Here
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LDFLAGS="-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
23
MAN1=		gnomekiss.1
23
24
24
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)gnomekiss/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnomekiss-1.2.tar.gz) = 69054d87a169a57b1b049bdc64593330
1
MD5 (gnomekiss-1.4.tar.gz) = f5fe0eda4306e4cd0895dfb4081f9503
(-)gnomekiss/files/patch-aa (+11 lines)
Line 0 Link Here
1
--- configure.orig	Mon Jan 21 00:14:10 2002
2
+++ configure	Sat Jan 26 20:37:38 2002
3
@@ -4007,7 +4007,7 @@
4
 PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}"
5
 
6
 
7
-GNOME_DESKTOP_DIR="`gnome-config --datadir`/gnome/apps"
8
+GNOME_DESKTOP_DIR="`gnome-config --datadir`/apps"
9
 
10
 
11
 trap '' 1 2 15
(-)gnomekiss/files/patch-ab (+15 lines)
Line 0 Link Here
1
--- po/Makefile.in.in.orig	Mon Jan 21 00:03:49 2002
2
+++ po/Makefile.in.in	Sat Jan 26 21:44:09 2002
3
@@ -22,9 +22,9 @@
4
 
5
 prefix = @prefix@
6
 exec_prefix = @exec_prefix@
7
-datadir = @datadir@
8
-localedir = $(datadir)/locale
9
-gettextsrcdir = $(datadir)/gettext/po
10
+datadir = $(prefix)/@DATADIRNAME@
11
+localedir = $(prefix)/share/locale
12
+gettextsrcdir = $(prefix)/share/gettext/po
13
 
14
 INSTALL = @INSTALL@
15
 INSTALL_DATA = @INSTALL_DATA@
(-)gnomekiss/pkg-plist (+4 lines)
Lines 1-3 Link Here
1
bin/gnomekiss
1
bin/gnomekiss
2
share/gnome/pixmaps/gnomekiss/gnome-kiss.png
2
share/gnome/pixmaps/gnomekiss/gnome-kiss.png
3
share/gnome/apps/Games/gnomekiss.desktop
4
share/locale/en_GB/LC_MESSAGES/gnomekiss.mo
5
share/locale/es/LC_MESSAGES/gnomekiss.mo
6
share/locale/es_ES/LC_MESSAGES/gnomekiss.mo
3
@dirrm share/gnome/pixmaps/gnomekiss
7
@dirrm share/gnome/pixmaps/gnomekiss

Return to bug 36255