diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-28 08:41:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-28 08:41:44 +0000 |
commit | 0bd2771f41abb90b5138c555efce18ce50bb1124 (patch) | |
tree | 650768d62f97a1b3f834e62bc74165343a0aec1c /russian | |
parent | 46c7a5c517ba6f56f802aca76d74c59ce76f03cf (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/MT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/russian/MT/Makefile b/russian/MT/Makefile index ec483484b0ae..a9cd0aeaa911 100644 --- a/russian/MT/Makefile +++ b/russian/MT/Makefile @@ -11,8 +11,6 @@ DISTNAME= MTOS-${PORTVERSION}-${PKGNAMEPREFIX:S,-,,} COMMENT= Russian localization of the MovableType publishing system -IGNORE= source file not found - PROJECTHOST= movabletype MASTERDIR= ${.CURDIR}/../../www/MT MT_LANG= ${PKGNAMEPREFIX:S,-,,} @@ -21,4 +19,7 @@ CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* MT_DOCS_URL= https://github.com/saahov/movabletype/wiki MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type +post-extract: + @${RM} ${WRKSRC}/lib/MT/Template.pm~ + .include "${MASTERDIR}/Makefile" |