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/mxv | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/mxv')
-rw-r--r-- | audio/mxv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile index b5ba87f172ca..ed51867fb94c 100644 --- a/audio/mxv/Makefile +++ b/audio/mxv/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mxv -# Version required: 1.20 # Date created: 17 March 1997 # Whom: davidn@blaze.net.au # # $FreeBSD$ # -DISTNAME= mxv-v1.20-source -PKGNAME= mxv-1.20 +PORTNAME= mxv +PORTVERSION= 1.20 CATEGORIES= audio MASTER_SITES= ftp://ftp.create.ucsb.edu/pub/MixViews/source/ +DISTNAME= ${PORTNAME}-v${PORTVERSION}-source MAINTAINER= davidn@blaze.net.au |