diff options
Diffstat (limited to 'audio/xmpeg3/Makefile')
-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 |