summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files/patch-doc::Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-18 19:41:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-18 19:41:09 +0000
commit7c6e3c58c4e722a1a5369e938ccdcb71de947c54 (patch)
treeb2a6f4b5e71fe853ac33465316d06c2ee082dfc5 /textproc/libxslt/files/patch-doc::Makefile.in
parent- Update to 14.3.0 (diff)
Update to 1.1.25, and use OPTIONS instead of pre-everything for crypto
support. Feature safe: yes
Notes
Notes: svn path=/head/; revision=241669
Diffstat (limited to 'textproc/libxslt/files/patch-doc::Makefile.in')
-rw-r--r--textproc/libxslt/files/patch-doc::Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/libxslt/files/patch-doc::Makefile.in b/textproc/libxslt/files/patch-doc::Makefile.in
deleted file mode 100644
index ba2fd08b96cb..000000000000
--- a/textproc/libxslt/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- doc/Makefile.in.orig Wed Dec 24 12:41:48 2003
-+++ doc/Makefile.in Wed Dec 24 12:43:38 2003
-@@ -141,7 +141,7 @@
- pythondir = @pythondir@
-
- # The name of the module.
--DOC_MODULE = libxslt-$(VERSION)
-+DOC_MODULE = libxslt
-
- # The top-level SGML file.
- DOC_MAIN_XML_FILE = libxslt.xml
-@@ -486,10 +486,9 @@
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
- -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR)
- -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR)
-- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/html
-- -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)/html
-- -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR)/html
-- -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)/html
-+ -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
-+ -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR)
-+ -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/EXSLT
- -@INSTALL@ -m 0644 $(srcdir)/EXSLT/*.html $(DESTDIR)$(TARGET_DIR)/EXSLT
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial