1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/ferite/files/patch-tools__doc__Makefile.in
Dmitry Marakasov 4810808278 - Stagify
- Convert to USES=libtool
- Use new LIB_DEPENDS syntax
- Optionize docs installation
- Use canonical patch names
2014-05-27 19:54:28 +00:00

20 lines
548 B
Plaintext

--- tools/doc/Makefile.in.orig Wed Oct 19 19:04:42 2005
+++ tools/doc/Makefile.in Wed Oct 19 19:05:15 2005
@@ -312,6 +312,8 @@
-rm -f libtool
uninstall-info-am:
install-docDATA: $(doc_DATA)
+
+ifndef NOPORTDOCS
@$(NORMAL_INSTALL)
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
@list='$(doc_DATA)'; for p in $$list; do \
@@ -320,6 +322,7 @@
echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
$(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
done
+endif
uninstall-docDATA:
@$(NORMAL_UNINSTALL)