diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 15:23:34 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 15:23:34 +0000 |
commit | 205bf77dbb03176764b023270743e5ff24c38531 (patch) | |
tree | 60c724e06b545cc686deac21ebb0dd32ebbeb007 /audio | |
parent | Move dics dir to ${LOCALBASE}/share/canna/dic/canna. (diff) |
Change MASTER_SITES and MAINTAINER's mail address.
PR: ports/48086
Submitted by: Yoichi ASAI <yatt@luna2.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=75124
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index b38e7b75dcf5..258bc8f798b2 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: TiMidity++ # Date created: 27 Feb 1999 -# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp> +# Whom: Yoichi Asai <yatt@luna2.org> # # $FreeBSD$ # @@ -9,10 +9,10 @@ PORTNAME= timidity++ PORTVERSION= 2.11.3 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +MASTER_SITES= http://www.timidity.jp/dist/ DISTNAME= TiMidity++-${PORTVERSION} -MAINTAINER= yatt@msc.biglobe.ne.jp +MAINTAINER= yatt@luna2.org # If you don't have X11, type "make -DWITHOUT_X11" or uncomment this. #WITHOUT_X11= yes |