diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-30 10:30:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-30 10:30:33 +0000 |
commit | bf6fc7db7c19bfbb15d676b94cc130a09c212e23 (patch) | |
tree | 705917eab138d1b2be62caa2e905180e375a1981 /audio/icecast/patches | |
parent | 57635c2e5da974d012ea66288a15c3f6c70a4d82 (diff) | |
download | pkgsrc-bf6fc7db7c19bfbb15d676b94cc130a09c212e23.tar.gz |
Use the bsd.pkg.install.mk framework to install the startup shell script
and configuration files into PKG_SYSCONFDIR.
Patch provided by David Ferlier in PR pkg/20940, with more changes by me.
Bump package revision to 1.
Diffstat (limited to 'audio/icecast/patches')
-rw-r--r-- | audio/icecast/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/icecast/patches/patch-ac b/audio/icecast/patches/patch-ac new file mode 100644 index 00000000000..367f02eb1f0 --- /dev/null +++ b/audio/icecast/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2003/09/30 10:30:33 xtraeme Exp $ + +--- conf/Makefile.in.orig 2003-09-30 12:09:22.000000000 +0200 ++++ conf/Makefile.in 2003-09-30 12:09:58.000000000 +0200 +@@ -83,7 +83,8 @@ + + AUTOMAKE_OPTIONS = foreign + +-etcdir = $(ICECAST_ETCDIR_INST) ++EGDIR = $(prefix)/share/examples/icecast ++etcdir = $(EGDIR) + etc_DATA = groups.aut.dist icecast.conf.dist mounts.aut.dist users.aut.dist + + EXTRA_DIST = $(etc_DATA) |