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/yamt | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/yamt')
-rw-r--r-- | audio/yamt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index 74277e2d6d20..bb5efa5cf6ad 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: yamt -# Version required: 0.4 # Date created: 9 January 2000 # Whom: Dmitry Sivachenko <dima@Chg.RU> # # $FreeBSD$ # -DISTNAME= yamt-0.4 +PORTNAME= yamt +PORTVERSION= 0.4 CATEGORIES= audio gnome MASTER_SITES= http://download.sourceforge.net/yamt/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ |