diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-08 19:58:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-08 19:58:34 +0000 |
commit | 53007550d501e9ff3061327dc11bba3ef01f437d (patch) | |
tree | d3dd9a4b23c819b555a248b84bf01e8e3d8b2646 /audio/icecast | |
parent | ea09946cdbdfc9ebc1962ffe4fe5db753578afb6 (diff) | |
download | pkgsrc-53007550d501e9ff3061327dc11bba3ef01f437d.tar.gz |
Share PKGNAME so that we get implicit conflicts through the version number.
There is no need for different PKGNAMEs, which will only make things more
complex in the future (to track dependancies and the like).
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index f08e6416ebd..4cfcb593845 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/08 19:42:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/08 19:58:34 jmmv Exp $ # DISTNAME= icecast-1.3.12 @@ -14,8 +14,6 @@ USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined USE_PKGINSTALL= yes -CONFLICTS+= icecast2-[0-9]* - RCD_SCRIPTS= icecast PKG_SYSCONFSUBDIR= icecast |