openbsd-ports/www/yaws/patches/patch-scripts_Install
2012-10-30 20:29:21 +00:00

19 lines
551 B
Plaintext

$OpenBSD: patch-scripts_Install,v 1.2 2012/10/30 20:29:21 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 Wed Oct 17 20:14:43 2012
+++ scripts/Install Tue Oct 30 21:20:53 2012
@@ -17,10 +17,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% ${libdir}/yaws | \
./Subst %vardir% ${vardir} | \