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/xmpeg3 | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
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 049f24639796..dc2f29ba3e2a 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 |