mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
17 lines
489 B
Text
17 lines
489 B
Text
--- doc/Makefile.in.orig 2008-03-11 18:54:15 UTC
|
|
+++ doc/Makefile.in
|
|
@@ -602,10 +602,10 @@ uninstall-am: uninstall-dvi-am uninstall
|
|
uninstall-pdf-am uninstall-ps-am
|
|
|
|
|
|
-all-local: html
|
|
-install-data-local: install-html
|
|
-installdirs-local: installdirs-html
|
|
-uninstall-local: uninstall-html
|
|
+all-local: # html
|
|
+install-data-local: # install-html
|
|
+installdirs-local: # installdirs-html
|
|
+uninstall-local: # uninstall-html
|
|
|
|
html: html-$(HTMLSTYLE)
|
|
install-html: install-html-$(HTMLSTYLE)
|