diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-14 21:20:34 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-14 21:20:34 +0000 |
commit | d93008b7ae9b3461174583e8cac50b865dcd6f19 (patch) | |
tree | 012ea97748b178f056bfc2ba489c19906f23fa88 /www/tclhttpd/files | |
parent | Calling makeinfo with --no-validate hasn't been necessary for ages. (diff) |
The better fix for ports/27337 is, IMO, to also install the man-page as
tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1...
Diffstat (limited to 'www/tclhttpd/files')
-rw-r--r-- | www/tclhttpd/files/patch-ab | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/tclhttpd/files/patch-ab b/www/tclhttpd/files/patch-ab index 6a2d4729d733..8a95f84c0d89 100644 --- a/www/tclhttpd/files/patch-ab +++ b/www/tclhttpd/files/patch-ab @@ -1,5 +1,5 @@ --- Makefile.in Wed Apr 26 16:35:29 2000 -+++ Makefile.in Thu Apr 27 16:24:39 2000 ++++ Makefile.in Thu Jun 14 17:02:56 2001 @@ -124,3 +124,3 @@ SERVER_ROOT = @SERVER_ROOT@ -htdocsdir = $(SERVER_ROOT)/htdocs @@ -25,6 +25,9 @@ -install: all install-binaries install-libraries install-doc +install: all install-libraries install-doc +@@ -330,1 +330,1 @@ +- $(INSTALL_DATA) $(srcdir)/doc/httpd.1 $(mandir)/man1/httpd.1 ++ $(INSTALL_DATA) $(srcdir)/doc/httpd.1 $(mandir)/man1/tclhttpd.1 @@ -335,3 +335,3 @@ installdirs: - $(mkinstalldirs) $(pkglibdir) $(cryptlibdir) $(prefix)/bin $(htdocsdir) $(customdir) |