1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add patch to respect NOPORTDOCS

Submitted by:	Pete Fritchman <petef@databits.net> (MAINTAINER)
This commit is contained in:
George C A Reid 2001-05-26 14:08:33 +00:00
parent 08e6306b25
commit df52f2a72e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43086

View File

@ -0,0 +1,17 @@
--- docs/Makefile.in.orig Sat May 26 14:33:01 2001
+++ docs/Makefile.in Sat May 26 14:33:40 2001
@@ -38,11 +38,13 @@
$(INSTALL_PROG) -c -m 0644 hmrc.4 $(mandir)/man4
install.html:
+.if !defined(NOPORTDOCS)
@(if [ ! -d $(htmldir) ]; then mkdir -p $(htmldir); fi)
$(INSTALL_PROG) -c -m 0644 hr.yellow.gif $(htmldir)
$(INSTALL_PROG) -c -m 0644 hypermail.gif $(htmldir)
- $(INSTALL_PROG) -c -m 0644 hypermail.html $(htmldir)
+ $(INSTALL_PROG) -c -m 0644 hypermail-faq.html $(htmldir)
$(INSTALL_PROG) -c -m 0644 customizing.html $(htmldir)
$(INSTALL_PROG) -c -m 0644 hmrc.html $(htmldir)
+.endif
clean: