ports/www/tclhttpd/files/patch-ab
Mikhail Teterin cf390065f5 Bring to the latest version. Link all of the little external libraries
needed by the tclhttpd into one file. I submitted this back in December,
but nobody cared since. Now I can commit this myself :)

PR:		ports/23310
Submitted by:	mi
2001-02-07 22:36:13 +00:00

17 lines
417 B
Text

--- 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