diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-12-18 02:13:42 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-12-18 02:13:42 +0000 |
commit | 3c77a73ba001d72820dce3564b6e98d07f8c0109 (patch) | |
tree | 88cc994960e8c799b35d505db35b2489822a062a /www/tclhttpd | |
parent | 0c00a1e18f9109615ea104b12649351cd544f642 (diff) | |
download | ports-3c77a73ba001d72820dce3564b6e98d07f8c0109.tar.gz ports-3c77a73ba001d72820dce3564b6e98d07f8c0109.zip |
Notes
Diffstat (limited to 'www/tclhttpd')
-rw-r--r-- | www/tclhttpd/files/patch-ab | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www/tclhttpd/files/patch-ab b/www/tclhttpd/files/patch-ab index 750aa3737aef..b4401826e2bc 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 Jun 14 17:02:56 2001 +--- Makefile.in Mon Aug 11 12:46:57 2003 ++++ Makefile.in Fri Dec 17 21:08:34 2004 @@ -124,3 +124,3 @@ SERVER_ROOT = @SERVER_ROOT@ -htdocsdir = $(SERVER_ROOT)/htdocs @@ -23,6 +23,14 @@ @@ -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,7 +335,4 @@ + + install-doc: install-htdocs +- @echo "Installing man page" +- $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 +- $(INSTALL_DATA) $(srcdir)/doc/httpd.1 $(DESTDIR)$(mandir)/man1/httpd.1 + @echo "Installing README" + $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(SERVER_ROOT) @@ -343,5 +343,5 @@ installdirs: |