pkgsrc/audio/icecast/patches/patch-ab
hubertf bca0ddd7c7 Add icecast-1.3.7:
Icecast is an Internet based broadcasting system based on the Mpeg
Layer III streaming technology. It is, however, not limited to
streaming mp3 files.  It was originally inspired by Nullsoft's
Shoutcast and also mp3serv by Scott Man ley.
2000-11-21 06:02:28 +00:00

25 lines
798 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $
--- configure.orig Tue Nov 21 06:35:44 2000
+++ configure
@@ -880,15 +880,15 @@
ICECAST_BINDIR=${prefix}/bin
ICECAST_SBINDIR=${prefix}/bin
ICECAST_ETCDIR=conf
- ICECAST_ETCDIR_INST=${prefix}/conf
+ ICECAST_ETCDIR_INST=${prefix}/etc/icecast
ICECAST_SHAREDIR=${prefix}
ICECAST_LOGDIR=logs
- ICECAST_LOGDIR_INST=${prefix}/logs
+ ICECAST_LOGDIR_INST=/var/log/icecast
ICECAST_TEMPLATEDIR=templates
- ICECAST_TEMPLATEDIR_INST=${prefix}/templates
+ ICECAST_TEMPLATEDIR_INST=${prefix}/share/icecast/templates
ICECAST_STATICDIR=static
- ICECAST_STATICDIR_INST=${prefix}/static
- ICECAST_DOCDIR=${prefix}/doc
+ ICECAST_STATICDIR_INST=${prefix}/share/icecast/static
+ ICECAST_DOCDIR=${prefix}/share/doc/icecast
USE_FSSTD=no
fi