freebsd-ports/textproc/xalan-c/files/patch-ab
Volker Stolz af049c5ab8 Updated Xalan C++ to 1.8.0 and fixed to work with Xerces C++ 2.6.0
Based on PR:	ports/73259
Submitted by:	Douglas Thrift
Heavily hacked on by: Bjoern A. Zeeb (maintainer)
2005-01-17 17:45:52 +00:00

11 lines
473 B
Text

--- src/xalanc/Makefile.in.orig Mon Dec 13 22:00:00 2004
+++ src/xalanc/Makefile.in Mon Dec 13 22:01:57 2004
@@ -253,7 +253,7 @@
$(MKINSTALLDIRS) $(DESTDIR)/$(includedir)/xalanc
for hdir in $(ALL_HEADERS_DIRS); do \
$(MKINSTALLDIRS) $(DESTDIR)/$(includedir)/xalanc/$$hdir; \
- cp $(XALANCROOT)/src/xalanc/$$hdir/*.h* \
+ $(INSTALL_DATA) $(XALANCROOT)/src/xalanc/$$hdir/*.h* \
$(DESTDIR)/$(includedir)/xalanc/$$hdir \
2> /dev/null; \
done