1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/shout/files/patch-ac
Will Andrews 8ad00b5c4a Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by:	Kevin Bockman <kevin@puis.net> (now MAINTAINER)
2000-06-15 04:04:29 +00:00

16 lines
420 B
Plaintext

--- configure Thu Apr 20 03:41:45 2000
+++ configure.new Wed Jun 14 19:34:23 2000
@@ -539,9 +539,9 @@
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