summaryrefslogtreecommitdiff
path: root/games/gcompris2/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/gcompris2/files/patch-ac')
-rw-r--r--games/gcompris2/files/patch-ac48
1 files changed, 0 insertions, 48 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac
deleted file mode 100644
index f7129bd61e53..000000000000
--- a/games/gcompris2/files/patch-ac
+++ /dev/null
@@ -1,48 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Wed Dec 19 12:49:19 2001
-+++ Makefile.in Wed Dec 19 13:21:48 2001
-@@ -192,9 +192,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:
-
-@@ -426,7 +426,7 @@
- install-exec-am:
- install-exec: install-exec-recursive
-
--install-data-am: install-GamesDATA install-MenuDATA install-iconDATA \
-+install-data-am: install-GamesDATA install-iconDATA \
- install-data-local
- install-data: install-data-recursive
-
-@@ -498,16 +498,16 @@
- @$(NORMAL_INSTALL)
- if test -d @PACKAGE_DATA_DIR@; then \
- $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \
-- find @PACKAGE_DATA_DIR@ -name \*~ -or -name \*.in -printf \"%f\n\" >/tmp/GCOMPRIS_LIST.txt ; \
-- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
-+ find @PACKAGE_DATA_DIR@ -name \*~ -or -name \*.in >/tmp/GCOMPRIS_LIST.txt ; \
-+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt -cf - * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
- rm -f /tmp/GCOMPRIS_LIST.txt ; \
- fi
-
- dist-hook:
- if test -d @PACKAGE_DATA_DIR@; then \
- $(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \
-- find @PACKAGE_DATA_DIR@ -name \*~ -printf \"%f\n\" >/tmp/GCOMPRIS_LIST.txt ; \
-- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
-+ find @PACKAGE_DATA_DIR@ -name \*~ >/tmp/GCOMPRIS_LIST.txt ; \
-+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt -cf - * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
- rm -f /tmp/GCOMPRIS_LIST.txt ; \
- fi
-