1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/www/yaws/files/patch-scripts_gen-yaws-generated
Jimmy Olgeni 60a905e13d - Upgrade to version 1.97.
- Add staging support.
- Fix sample configuration file.
2013-10-16 19:27:35 +00:00

14 lines
333 B
Plaintext

$FreeBSD$
--- scripts/gen-yaws-generated.orig
+++ scripts/gen-yaws-generated
@@ -9,6 +9,6 @@
../scripts/Subst %VSN% "${YAWS_VSN}" | \
../scripts/Subst %VARDIR% "${VARDIR}" | \
../scripts/Subst %localinstall% $1 | \
- ../scripts/Subst %ETCDIR% "${ETCDIR}"
+ ../scripts/Subst %ETCDIR% "!!PREFIX!!/etc"
exit 0