diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
commit | 8ee9a3584fefeb3d690ec2549846d609e3607360 (patch) | |
tree | ab0870f15f96ef524cc6ec77f6d6c4bf05347f0c /japanese/p5-Text-MeCab/Makefile | |
parent | f30824b2efbe63d43d2f6c20532432b115efc294 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)
Notes
Notes:
svn path=/head/; revision=327737
Diffstat (limited to 'japanese/p5-Text-MeCab/Makefile')
-rw-r--r-- | japanese/p5-Text-MeCab/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile index 7f1cb55db3d8..0cc5c5aa1246 100644 --- a/japanese/p5-Text-MeCab/Makefile +++ b/japanese/p5-Text-MeCab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-TexT-MeCab -# Date created: 30 July 2006 -# Whom: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> -# +# Created by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> # $FreeBSD$ -# PORTNAME= Text-MeCab PORTVERSION= 0.20009 @@ -35,6 +31,7 @@ CONFIGURE_ARGS= </dev/null # dictionary encoding (euc-jp, shift_jis, utf-8) ENCODING?= euc-jp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "/default_encoding = /s/euc-jp/${ENCODING}/" \ ${WRKSRC}/tools/probe_mecab.pl |