openbsd-ports/textproc/libxslt/patches/patch-python_Makefile_in
jasper aa24b8378b - split libxslit into a main and a python subpackage
- needed for some upcoming GNOME work

ok ajacoutot@
2008-12-26 10:54:21 +00:00

17 lines
689 B
Plaintext

$OpenBSD: patch-python_Makefile_in,v 1.9 2008/12/26 10:54:21 jasper Exp $
Don't bother installing an empty file.
--- python/Makefile.in.orig Tue Dec 23 17:27:28 2008
+++ python/Makefile.in Tue Dec 23 17:27:44 2008
@@ -685,9 +685,6 @@ uninstall-am: uninstall-pythonLTLIBRARIES
@WITH_PYTHON_TRUE@install-data-local:
@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pythondir)
@WITH_PYTHON_TRUE@ @INSTALL@ -m 0644 libxslt.py $(DESTDIR)$(pythondir)
-@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
-@WITH_PYTHON_TRUE@ @(for doc in $(DOCS) ; \
-@WITH_PYTHON_TRUE@ do @INSTALL@ -m 0644 $(srcdir)/$$doc $(DESTDIR)$(DOCS_DIR) ; done)
@WITH_PYTHON_TRUE@$(GENERATED): gen_prog