diff options
Diffstat (limited to 'games/gcompris2/files/patch-ac')
-rw-r--r-- | games/gcompris2/files/patch-ac | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac deleted file mode 100644 index bfa9668b8..000000000 --- a/games/gcompris2/files/patch-ac +++ /dev/null @@ -1,43 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Sun Aug 4 23:01:03 2002 -+++ Makefile.in Sun Aug 4 23:22:07 2002 -@@ -219,9 +219,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: - -@@ -453,7 +453,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 - -@@ -526,13 +526,13 @@ - @$(NORMAL_INSTALL) - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "*.in" --exclude "*~" --exclude CVS --exclude .xvpics * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude "*.in" --exclude "*.bak" --exclude "*~" --exclude CVS --exclude .xvpics -cf - * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - fi - - dist-hook: - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude "*.bak" --exclude "*~" --exclude ".*" --exclude CVS --exclude .xvpics -cf - * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - fi - - clean-local: |