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:
parent
08e6306b25
commit
df52f2a72e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43086
17
www/hypermail/files/patch-docs::Makefile.in
Normal file
17
www/hypermail/files/patch-docs::Makefile.in
Normal 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:
|
Loading…
Reference in New Issue
Block a user