mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d93008b7ae
tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1...
36 lines
1.0 KiB
Plaintext
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)
|
|
|