summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2004-12-18 02:13:42 +0000
committermi <mi@FreeBSD.org>2004-12-18 02:13:42 +0000
commitfdb2a8aa75465b70fb904312c02d313cc255abfa (patch)
tree9174ef451ce2831008e5250abeec2b77c090b57d /www
parent2ee7fff2fac68c3c94711065151b55a2d25d70d3 (diff)
downloadFreeBSD-ports-fdb2a8aa75465b70fb904312c02d313cc255abfa.zip
FreeBSD-ports-fdb2a8aa75465b70fb904312c02d313cc255abfa.tar.gz
Don't install httpd.1 twice -- as tclhttpd.1 and as httpd.1.
Noticed by: pointyhat Reported by: kris
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 750aa37..b440182 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:
OpenPOWER on IntegriCloud