summaryrefslogtreecommitdiff
path: root/databases/freetds-devel/files
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-09-23 20:47:12 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-09-23 20:47:12 +0000
commitf2514e51827362cdb7e197ef4879a03ca65ee15c (patch)
tree5381a35422078380d8e05fca4998c370e5e6e092 /databases/freetds-devel/files
parentMake the fetch of PATCHFILES more quiet (diff)
databases/freetds-devel: 0.92.79 -> 0.92.812
- Bringing the -devel port to a recent version PR: 193866 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'databases/freetds-devel/files')
-rw-r--r--databases/freetds-devel/files/patch-doc_Makefile.in51
1 files changed, 12 insertions, 39 deletions
diff --git a/databases/freetds-devel/files/patch-doc_Makefile.in b/databases/freetds-devel/files/patch-doc_Makefile.in
index 622a9489be91..96007c40396c 100644
--- a/databases/freetds-devel/files/patch-doc_Makefile.in
+++ b/databases/freetds-devel/files/patch-doc_Makefile.in
@@ -1,47 +1,20 @@
---- doc/Makefile.in.orig 2011-09-06 20:44:07.000000000 +0200
-+++ doc/Makefile.in 2011-09-06 20:54:10.000000000 +0200
-@@ -507,7 +507,7 @@
-
- info-am:
-
--install-data-am: install-data-local install-man
-+install-data-am: install-man
-
- install-dvi: install-dvi-am
-
-@@ -561,7 +561,7 @@
- clean-local dist-hook distclean distclean-generic \
- distclean-libtool distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am \
-- install-data-local install-dvi install-dvi-am install-exec \
-+ install-dvi install-dvi-am install-exec \
- install-exec-am install-html install-html-am install-info \
- install-info-am install-man install-man1 install-man5 \
- install-pdf install-pdf-am install-ps install-ps-am \
-@@ -641,16 +641,16 @@
+--- doc/Makefile.in.orig 2014-09-23 16:23:48.662499737 +0600
++++ doc/Makefile.in 2014-09-23 16:24:52.193494422 +0600
+@@ -671,16 +671,7 @@
# If we built the documentation ourselves, install that,
# else if we have access to distributed documentation, install that.
--install-data-local: installdirs $(noinst_DATA)
-- $(mkinstalldirs) $(DOCDIR) 2>&1
+-install-data-local: $(INSTALLDIRS) $(noinst_DATA)
+- $(MKDIR_P) $(DOCDIR) 2>&1
- if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
-- find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) -exec \
-- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/userguide ';'
+- find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) \
+- -exec $(INSTALL) {} $(TARGET_DOCDIR)/userguide ';'
- if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
-- find $$d/$(DOCDIR)/reference \( -type f -o -type l \) -exec \
-- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/reference ';'
-- cd $(srcdir) && find images -name \*.gif -exec \
-- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/{} ';'
-+#install-data-local: installdirs $(noinst_DATA)
-+# $(mkinstalldirs) $(DOCDIR) 2>&1
-+# if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
-+# find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) -exec \
-+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/userguide ';'
-+# if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
-+# find $$d/$(DOCDIR)/reference \( -type f -o -type l \) -exec \
-+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/reference ';'
-+# cd $(srcdir) && find images -name \*.gif -exec \
-+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/{} ';'
+- find $$d/$(DOCDIR)/reference \( -type f -o -type l \) \
+- -exec $(INSTALL) {} $(TARGET_DOCDIR)/reference ';'
+- find $(srcdir)/images -name \*.gif \
+- -exec $(INSTALL) {} $(TARGET_DOCDIR)/images/ ';'
++install-data-local:
uninstall-local:
rm -rf $(TARGET_DOCDIR)