diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/shout/files/patch-configure | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/shout/files/patch-configure')
-rw-r--r-- | audio/shout/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/shout/files/patch-configure b/audio/shout/files/patch-configure new file mode 100644 index 000000000000..d4d24c0b9bee --- /dev/null +++ b/audio/shout/files/patch-configure @@ -0,0 +1,15 @@ +--- 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 + + |