diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/mpg123 | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.zst freebsd-ports-gnome-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 3646400a3da5..0f5f9506a830 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: mpg123 -# Version required: 0.59r # Date created: 25 June 1997 # Whom: Carey Jones <mcj@acquiesce.org> # # $FreeBSD$ # -DISTNAME= mpg123-0.59r +PORTNAME= mpg123 +PORTVERSION= 0.59r CATEGORIES= audio ipv6 MASTER_SITES= http://www.mpg123.de/mpg123/ \ http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \ |