diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/xmpeg3 | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/xmpeg3')
-rw-r--r-- | audio/xmpeg3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 049f246..dc2f29b 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xmpeg3 -# Version required: 1.0 # Date created: 7 July 1997 # Whom: doconnor@ist.flinders.edu.au # # $FreeBSD$ # -DISTNAME= xmp3_1.0.0 -PKGNAME= xmpeg3-1.0 +PORTNAME= xmpeg3 +PORTVERSION= 1.0 CATEGORIES= audio tk82 MASTER_SITES= ftp://ftp.funet.fi/pub/sci/audio/mpeg/amp/ +DISTNAME= xmp3_1.0.0 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |