diff options
author | beech <beech@FreeBSD.org> | 2007-07-05 15:21:24 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-07-05 15:21:24 +0800 |
commit | db275e36a385d0ba90b499675672240808e20c93 (patch) | |
tree | 136de5b562c25e86cf58d6cabc2c97571316d612 /textproc | |
parent | b67b8c12d35ef7a636ca500c99622fdad82c08f8 (diff) | |
download | freebsd-ports-graphics-db275e36a385d0ba90b499675672240808e20c93.tar.gz freebsd-ports-graphics-db275e36a385d0ba90b499675672240808e20c93.tar.zst freebsd-ports-graphics-db275e36a385d0ba90b499675672240808e20c93.zip |
- Change maintainer address
- Cleanup master_sites
Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by: sat (mentor)
Diffstat (limited to 'textproc')
-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 f614fe53bac..2b6d03ab8ec 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 |