diff options
author | mi <mi@FreeBSD.org> | 2004-12-18 10:13:42 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-12-18 10:13:42 +0800 |
commit | fdb2a8aa75465b70fb904312c02d313cc255abfa (patch) | |
tree | 9174ef451ce2831008e5250abeec2b77c090b57d /www | |
parent | 2ee7fff2fac68c3c94711065151b55a2d25d70d3 (diff) | |
download | freebsd-ports-gnome-fdb2a8aa75465b70fb904312c02d313cc255abfa.tar.gz freebsd-ports-gnome-fdb2a8aa75465b70fb904312c02d313cc255abfa.tar.zst freebsd-ports-gnome-fdb2a8aa75465b70fb904312c02d313cc255abfa.zip |
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-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: |