ec1a42aa3c
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content web applications. Two separate modes of operations are supported: * Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. * Embedded mode where Yaws runs as an embedded webserver in another Erlang application. Yaws is entirely written in Erlang, and furthermore it is a multithreaded webserver where one Erlang lightweight process is used to handle each client. ok aja@
19 lines
559 B
Plaintext
19 lines
559 B
Plaintext
$OpenBSD: patch-scripts_Install,v 1.1.1.1 2010/12/22 18:38:03 jasper Exp $
|
|
|
|
Don't install these directories, it's taken care of already
|
|
by mtree, or will be with @sample in the PLIST.
|
|
|
|
--- scripts/Install.orig Tue Dec 21 16:02:05 2010
|
|
+++ scripts/Install Tue Dec 21 16:02:29 2010
|
|
@@ -18,10 +18,6 @@ p=${prefix}
|
|
e=${etcdir}
|
|
v=${vardir}
|
|
|
|
-install -d ${destdir}${prefix}/bin
|
|
-install -d ${destdir}${prefix}/etc
|
|
-install -d ${destdir}${vardir}/log/yaws
|
|
-
|
|
cat yaws.template | \
|
|
./Subst %yawsdir% ${prefix}/lib/yaws | \
|
|
./Subst %vardir% ${vardir} | \
|