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/tosha/Makefile | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index cf4d50be8868..ac5a514ff24d 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tosha -# Version required: 0.6 # Date created: 01 Jan 1999 # Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> # # $FreeBSD$ # -DISTNAME= tosha-0.6 +PORTNAME= tosha +PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ |