aboutsummaryrefslogtreecommitdiffstats
path: root/games/gcompris2/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-12-06 17:02:01 +0800
committersobomax <sobomax@FreeBSD.org>2000-12-06 17:02:01 +0800
commit46b1698331516e11ebc57c089469abb25b45e594 (patch)
tree4a55a9dfff818743eee6e3de1f41b01ff865b810 /games/gcompris2/files
parent02028c67f55ad457acb5838d37b87cf56dbdfd4a (diff)
downloadfreebsd-ports-gnome-46b1698331516e11ebc57c089469abb25b45e594.tar.gz
freebsd-ports-gnome-46b1698331516e11ebc57c089469abb25b45e594.tar.zst
freebsd-ports-gnome-46b1698331516e11ebc57c089469abb25b45e594.zip
Update to 0.3.4.
Diffstat (limited to 'games/gcompris2/files')
-rw-r--r--games/gcompris2/files/patch-ac20
1 files changed, 17 insertions, 3 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac
index a58c73ac522d..d3151abaff08 100644
--- a/games/gcompris2/files/patch-ac
+++ b/games/gcompris2/files/patch-ac
@@ -1,6 +1,6 @@
---- Makefile.in.orig Mon Jul 24 19:02:08 2000
-+++ Makefile.in Mon Jul 24 19:02:52 2000
-@@ -178,9 +178,9 @@
+--- Makefile.in.orig Wed Dec 6 09:49:28 2000
++++ Makefile.in Wed Dec 6 10:29:11 2000
+@@ -177,9 +177,9 @@
rm -f $(srcdir)/stamp-h.in; \
$(MAKE) $(srcdir)/stamp-h.in; \
else :; fi
@@ -13,3 +13,17 @@
mostlyclean-hdr:
+@@ -487,11 +487,11 @@
+ @$(NORMAL_INSTALL)
+ if test -d pixmaps; then \
+ $(mkinstalldirs) $(DESTDIR)$(pixmapdir); \
+- cd pixmaps ; tar cf - --exclude CVS * | ( cd $(DESTDIR)$(pixmapdir) ; tar xf -) ; cd .. ; \
++ cd pixmaps ; tar --exclude CVS -cf - * | ( cd $(DESTDIR)$(pixmapdir) ; tar xf -) ; cd .. ; \
+ fi
+ if test -d data; then \
+ $(mkinstalldirs) $(DESTDIR)$(leveldatadir); \
+- cd data ; tar cf - --exclude CVS * | ( cd $(DESTDIR)$(leveldatadir) ; tar xf -) ; cd .. ; \
++ cd data ; tar --exclude CVS -cf - * | ( cd $(DESTDIR)$(leveldatadir) ; tar xf -) ; cd .. ; \
+ fi
+
+ dist-hook: