summaryrefslogtreecommitdiff
path: root/audio/icecast/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-30 14:57:25 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-30 14:57:25 +0000
commit4dfa9b6fdbc918320aac812507ad041d50183dbb (patch)
treeac2ef0cea418913981696afc940ff76eb15ff62e /audio/icecast/Makefile
parent92189c79cac5ea923cd9f582b6807990ee82a1d3 (diff)
downloadpkgsrc-4dfa9b6fdbc918320aac812507ad041d50183dbb.tar.gz
Fix sysconfdir conversion:
- Pass --sysconfdir to configure script. - Make the program honour that directory to search for config files. - Remove un-needed patch (everything can be done from configure).
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r--audio/icecast/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index 6f083ad2f5c..5e02de26c04 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/09/30 14:43:52 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/30 14:57:25 jmmv Exp $
#
DISTNAME= icecast-1.3.12
@@ -19,7 +19,8 @@ PKG_SYSCONFSUBDIR= icecast
CONFIGURE_ARGS+= --with-readline \
--with-libwrap \
- --with-python
+ --with-python \
+ --sysconfdir=${PKG_SYSCONFDIR}
CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline
CPPFLAGS+= ${BUILDLINK_CPPFLAGS.${PYPACKAGE}}
CFLAGS+= ${PTHREAD_CFLAGS}