summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-12-18 02:13:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-12-18 02:13:42 +0000
commit3c77a73ba001d72820dce3564b6e98d07f8c0109 (patch)
tree88cc994960e8c799b35d505db35b2489822a062a /www
parent- rcNGify startup (diff)
Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.
Noticed by: pointyhat Reported by: kris
Notes
Notes: svn path=/head/; revision=124346
Diffstat (limited to 'www')
-rw-r--r--www/tclhttpd/files/patch-ab12
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: