diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-20 11:55:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-20 11:55:59 +0000 |
commit | 57dc4074781928326a3104161fddcc5f4ad4be3d (patch) | |
tree | cf969785f780c3d8681059a202fc23886d530d44 /www/tclhttpd/files/patch-ab | |
parent | Prevent attempting to build with Python support if Python just happens to (diff) |
Add tclhttpd, a pure-Tcl implementation of a HTTP server.
PR: ports/19870
Submitted by: Mikhail Teterin <mi@privatelabs.com>
Notes
Notes:
svn path=/head/; revision=30920
Diffstat (limited to 'www/tclhttpd/files/patch-ab')
-rw-r--r-- | www/tclhttpd/files/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/tclhttpd/files/patch-ab b/www/tclhttpd/files/patch-ab new file mode 100644 index 000000000000..b6c9a4fede83 --- /dev/null +++ b/www/tclhttpd/files/patch-ab @@ -0,0 +1,22 @@ +--- Makefile.in Wed Apr 26 16:35:29 2000 ++++ Makefile.in Thu Apr 27 16:24:39 2000 +@@ -124,3 +124,3 @@ + SERVER_ROOT = @SERVER_ROOT@ +-htdocsdir = $(SERVER_ROOT)/htdocs ++htdocsdir = $(prefix)/share/@PACKAGE@@VERSION@ + +@@ -220,3 +220,3 @@ + +-all: binaries libraries doc ++all: libraries doc + +@@ -236,3 +236,3 @@ + +-install: all install-binaries install-libraries install-doc ++install: all install-libraries install-doc + +@@ -315,3 +315,3 @@ + installdirs: +- $(mkinstalldirs) $(pkglibdir) $(cryptlibdir) $(prefix)/bin $(htdocsdir) ++ $(mkinstalldirs) $(pkglibdir) $(prefix)/bin $(htdocsdir) + |