1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/tclhttpd/files/patch-ab
Mikhail Teterin d93008b7ae The better fix for ports/27337 is, IMO, to also install the man-page as
tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1...
2001-06-14 21:20:34 +00:00

36 lines
1.0 KiB
Plaintext

--- Makefile.in Wed Apr 26 16:35:29 2000
+++ Makefile.in Thu Jun 14 17:02:56 2001
@@ -124,3 +124,3 @@
SERVER_ROOT = @SERVER_ROOT@
-htdocsdir = $(SERVER_ROOT)/htdocs
+htdocsdir = $(prefix)/share/@PACKAGE@@VERSION@
@@ -183,3 +183,3 @@
TCL_GENERIC_DIR_NATIVE = @TCL_GENERIC_DIR_NATIVE@
-TCLSH_PROG = @TCLSH_PROG@
+TCLSH_PROG ?= tclsh8.3
SHARED_BUILD = @SHARED_BUILD@
@@ -198,3 +198,3 @@
CONFIGDIR = @CONFIGDIR@
-mkinstalldirs = $(SHELL) $(CONFIGDIR)/mkinstalldirs
+mkinstalldirs = mkdir -p
CONFIG_CLEAN_FILES =
@@ -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
@@ -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,3 +335,3 @@
installdirs:
- $(mkinstalldirs) $(pkglibdir) $(cryptlibdir) $(prefix)/bin $(htdocsdir) $(customdir)
+ $(mkinstalldirs) $(pkglibdir) $(prefix)/bin $(htdocsdir) $(customdir)