mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
15 lines
435 B
Text
15 lines
435 B
Text
--- configure.orig 2000-04-20 07:41:45 UTC
|
|
+++ configure
|
|
@@ -539,9 +539,9 @@ if test "x$enable_fsstd" = "xyes"; then
|
|
LOGDIR="/var/log/icecast"
|
|
else
|
|
echo "FSSTD DISABLED"
|
|
- BINDIR="${prefix}/icecast/bin"
|
|
- ETCDIR="${prefix}/icecast/etc"
|
|
- LOGDIR="${prefix}/icecast/log"
|
|
+ BINDIR="${prefix}/bin"
|
|
+ ETCDIR="${prefix}/etc/icecast"
|
|
+ LOGDIR="${prefix}/share/icecast/log"
|
|
fi
|
|
|
|
|