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/cmp3 | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index e5f61bdffea0..9ffffde8e8cf 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: cmp3 -# Version required: 2.0pre4 # Date created: 10 April 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= cmp3-2.0pre4 -PKGNAME= cmp3-2.0p4 +PORTNAME= cmp3 +PORTVERSION= 2.0.p4 CATEGORIES= audio MASTER_SITES= http://www.personal.psu.edu/users/n/k/nkk104/cmp3/ +DISTNAME= cmp3-2.0pre4 MAINTAINER= cpiazza@FreeBSD.org |