ports/databases/freetds-devel/files/patch-doc_Makefile.in
Muhammad Moinur Rahman cfa638a3f3
databases/freetds-devel: Update version 1.4.145=>1.4.146
- There was an issue regarding missing odbcss.h file while upgrading
  through ports which has been fixed
2024-03-04 13:30:59 +01:00

20 lines
875 B
Text

--- doc/Makefile.in.orig 2024-03-02 09:02:15 UTC
+++ doc/Makefile.in
@@ -746,16 +746,7 @@ $(INSTALLDIRS) $(DOCDIR):
# If we built the documentation ourselves, install that,
# else if we have access to distributed documentation, install that.
-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) -m 644 {} $(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) -m 644 {} $(TARGET_DOCDIR)/reference ';'
- cd $(srcdir) && find images -name \*.gif \
- -exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/{} ';'
+install-data-local:
uninstall-local:
rm -rf $(TARGET_DOCDIR)