openbsd-ports/games/gcompris/patches/patch-Makefile_in
2008-10-16 17:03:08 +00:00

22 lines
1.1 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.6 2008/10/16 17:03:08 ajacoutot Exp $
--- Makefile.in.orig Tue Oct 7 22:29:51 2008
+++ Makefile.in Thu Oct 16 14:55:02 2008
@@ -843,7 +843,7 @@ info: info-recursive
info-am:
-install-data-am: install-ApplicationsDATA install-MenuDATA \
+install-data-am: install-ApplicationsDATA \
install-data-local install-iconDATA
install-dvi: install-dvi-recursive
@@ -913,7 +913,7 @@ install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
fi
dist-hook: