diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/icecast | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | freebsd-ports-gnome-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz freebsd-ports-gnome-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.zst freebsd-ports-gnome-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index a990e301ccaf..0bbb8c5100b1 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: icecast -# Version required: 1.3.0 # Date created: 28 Jan 1999 # Whom: Chip Marshall <chip@eboai.org> # # $FreeBSD$ # -DISTNAME= icecast-1.3.0 +PORTNAME= icecast +PORTVERSION= 1.3.0 CATEGORIES= audio net MASTER_SITES= http://www.icecast.org/releases/ \ ftp://ftp.eboai.org/pub/icecast/ |