diff options
author | xtraeme <xtraeme> | 2004-01-08 19:42:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-08 19:42:31 +0000 |
commit | 74e3b7625d7fc6747f9d8d70faf2d523a159946b (patch) | |
tree | 26c86aada8127fa3521ec499f15fe75cf4d7d22f /audio | |
parent | b3b63f354a5c692784a9d59b5a6aec3b36449509 (diff) | |
download | pkgsrc-74e3b7625d7fc6747f9d8d70faf2d523a159946b.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 |