mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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
17 lines
417 B
Text
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
|
|
|