mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
60a905e13d
- Add staging support. - Fix sample configuration file.
14 lines
333 B
Plaintext
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
|