diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-08 19:42:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-08 19:42:31 +0000 |
commit | e17e8452c7e1a21963918c270f946017ccc4a274 (patch) | |
tree | 26c86aada8127fa3521ec499f15fe75cf4d7d22f /audio | |
parent | cffc10e22d9852584756aa57641e13e56b3f77ae (diff) | |
download | pkgsrc-e17e8452c7e1a21963918c270f946017ccc4a274.tar.gz |
This needs CONFLICTS with the new icecast2 package.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 8d2f5f887cc..f08e6416ebd 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/10/18 13:08:48 cjep Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/08 19:42:31 xtraeme Exp $ # DISTNAME= icecast-1.3.12 @@ -14,6 +14,8 @@ USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined USE_PKGINSTALL= yes +CONFLICTS+= icecast2-[0-9]* + RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast |