1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/gcompris2/files/patch-ac
2000-12-06 09:02:01 +00:00

30 lines
1.1 KiB
Plaintext

--- 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
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
- cd $(top_srcdir) && $(AUTOHEADER)
- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+# cd $(top_srcdir) && $(AUTOHEADER)
+# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
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: