diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-03 20:38:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-03 20:38:39 +0000 |
commit | f75ee6697b49871655d6fa2e49f81b0a1f7ae5d7 (patch) | |
tree | 56aa196506a8006892238cbb05eb0a9a03538174 /games | |
parent | e97db53ab7224a0187b19f2e4729d1e01175ed11 (diff) | |
download | ports-f75ee6697b49871655d6fa2e49f81b0a1f7ae5d7.tar.gz ports-f75ee6697b49871655d6fa2e49f81b0a1f7ae5d7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/monkeybubble/Makefile | 1 | ||||
-rw-r--r-- | games/monkeybubble/files/patch-data_Makefile.in | 11 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 0f83943f203e..2ee70bfc0bc7 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,6 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= http://monkey-bubble.tuxfamily.org/ DISTNAME= monkey-bubble-${PORTVERSION} diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in new file mode 100644 index 000000000000..4de888b5b45e --- /dev/null +++ b/games/monkeybubble/files/patch-data_Makefile.in @@ -0,0 +1,11 @@ +--- data/Makefile.in.orig Thu Jan 1 20:37:25 2004 ++++ data/Makefile.in Thu Jan 1 20:37:35 2004 +@@ -323,7 +323,7 @@ + + install-data-local: + if test -z "$(DESTDIR)" ; then \ +- for p in $(schema_DATA) ; do \ ++ for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ + done \ + fi diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 34d61ea182a8..cb3fd04beb70 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,4 +1,6 @@ bin/monkey-bubble +etc/gconf/gconf.xml.defaults/apps/monkey-bubble-game/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/monkey-bubble-game/%gconf.xml etc/gconf/schemas/monkey-bubble.schemas lib/libgdkview.a lib/libgdkview.so @@ -145,3 +147,5 @@ share/locale/fr/LC_MESSAGES/monkey-bubble.mo @dirrm share/gnome/monkey-bubble/gfx/bubbles @dirrm share/gnome/monkey-bubble/gfx @dirrm share/gnome/monkey-bubble +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/monkey-bubble-game +@dirrm etc/gconf/gconf.xml.defaults/apps/monkey-bubble-game |