diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-13 13:28:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-13 13:28:11 +0000 |
commit | c1eb48237dd244cf772438295219400352820578 (patch) | |
tree | 9b4aa95b36fc430369ee73013515ced403b9e70e /japanese | |
parent | 1fd739edad4d8dc6d30d2439257fcc2fc52a959b (diff) | |
download | ports-c1eb48237dd244cf772438295219400352820578.tar.gz ports-c1eb48237dd244cf772438295219400352820578.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/MT/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/MT/Makefile b/japanese/MT/Makefile index 7951a189d1be..3d414859f80f 100644 --- a/japanese/MT/Makefile +++ b/japanese/MT/Makefile @@ -3,18 +3,18 @@ # Whom: Takefu Kenji <takefu@airport.fm> # # $FreeBSD$ +# PORTNAME= MT CATEGORIES= japanese www -DISTNAME= MTOS-${PORTVERSION}${PORTREVISION}-ja +DISTNAME= MTOS-${PORTVERSION}-ja COMMENT= Japanese localization of the MovableType publishing system MASTERDIR= ${.CURDIR}/../../www/${PORTNAME} MT_LANG= ja -CONFLICTS= MT-[2-5].* fr-MT-[2-5].* de-MT-[2-5].* es-MT-[2-5].* \ - nl-MT-[2-5].* ru-MT-[2-5].* +CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ru-MT-[2-5].* MT_DOCS_URL= http://movabletype.jp/documentation/ MT_UPGRADE_URL= http://movabletype.jp/documentation/upgrade/ |