openbsd-ports/games/gcompris/patches/patch-Makefile_in
2012-07-06 16:27:18 +00:00

13 lines
872 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.13 2012/07/06 16:27:18 ajacoutot Exp $
--- Makefile.in.orig Sat Jun 9 09:54:26 2012
+++ Makefile.in Fri Jul 6 17:57:29 2012
@@ -956,7 +956,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 - --dereference --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --dereference --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
fi
dist-hook: