diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/mpg123/Makefile | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/mpg123/Makefile')
-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/ \ |