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/mpmf20/Makefile | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/mpmf20/Makefile')
-rw-r--r-- | audio/mpmf20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index f1789ff65a9f..c14ad40b6983 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: mpmf20 -# Version required: 1.01 # Date created: 22 September 1999 # Whom: Markus Holmberg <saska@acc.umu.se> # # $FreeBSD$ # -DISTNAME= mpmf20 -PKGNAME= mpmf20-1.01 +PORTNAME= mpmf20 +PORTVERSION= 1.01 CATEGORIES= audio MASTER_SITES= http://www.world.co.uk/sba/ \ http://www.acc.umu.se/~markush/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |