diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-07-05 07:21:24 +0000 |
commit | ebc6758085d854949b6e03622d8f9af65dd27cf0 (patch) | |
tree | 2de11656efbfea6569034b17b3f2b8b310fe79ea /textproc/scim-m17n | |
parent | 02f304a9bc5bd38256035595e888aeaa3ac6a00b (diff) | |
download | ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.tar.gz ports-ebc6758085d854949b6e03622d8f9af65dd27cf0.zip |
Notes
Diffstat (limited to 'textproc/scim-m17n')
-rw-r--r-- | textproc/scim-m17n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scim-m17n/Makefile b/textproc/scim-m17n/Makefile index f614fe53bac0..2b6d03ab8eca 100644 --- a/textproc/scim-m17n/Makefile +++ b/textproc/scim-m17n/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: scim-m17n # Date Created: 10 May 2007 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ # @@ -8,10 +8,10 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=scim -MAINTAINER= liu_yinghong@yahoo.com.cn +MAINTAINER= relaxbsd@gmail.com COMMENT= A SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim |