summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/files
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-17 10:03:31 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-17 10:03:31 +0800
commitb626f1f8e06ef0038b2f15e13afc4c4dbfa100ad (patch)
treec811ec75565657decebc7d0eb62e72b99b3db7e3 /games/monkeybubble/files
parentf0c9016bc4bd94bb1f038a95ff4567105138ea45 (diff)
downloadmarcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar.gz
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar.bz2
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar.lz
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar.xz
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.tar.zst
marcuscom-ports-b626f1f8e06ef0038b2f15e13afc4c4dbfa100ad.zip
Re-add monkeybubble while I unbreak stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1684 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/monkeybubble/files')
-rw-r--r--games/monkeybubble/files/patch-data_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in
new file mode 100644
index 000000000..4de888b5b
--- /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