aboutsummaryrefslogtreecommitdiff
path: root/japanese/skk-jisyo
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2009-06-23 16:51:57 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2009-06-23 16:51:57 +0000
commit41b430fda6419e1617679fa13ff4229a7d7e9685 (patch)
tree0749b38a7f421d51b312abd2a6bc7690c7a0c717 /japanese/skk-jisyo
parentb8ade4ca2a61b49600b827773bbf36efafae56ec (diff)
downloadports-41b430fda6419e1617679fa13ff4229a7d7e9685.tar.gz
ports-41b430fda6419e1617679fa13ff4229a7d7e9685.zip
Remove entries start with '>'; skkserv does NOT allow those entries.
Bump PORTREVISION. PR: 135366 Submitted by: Hidenori Ishikawa
Notes
Notes: svn path=/head/; revision=236532
Diffstat (limited to 'japanese/skk-jisyo')
-rw-r--r--japanese/skk-jisyo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/skk-jisyo/Makefile b/japanese/skk-jisyo/Makefile
index cb0c088fe12a..faeb77ae03bb 100644
--- a/japanese/skk-jisyo/Makefile
+++ b/japanese/skk-jisyo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= skk-jisyo
PORTVERSION= 200906
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= matusita/${PORTNAME}
@@ -53,7 +54,7 @@ post-extract:
# the candidate, leading a marker character ';' (e.g. /c3;comment/).
do-patch:
.for type in ${SKK_JISYO_TYPE}
- ${REINPLACE_CMD} -e '/^[^;]/s,;[^/]*/,/,g' \
+ ${REINPLACE_CMD} -e '/^[^;]/s,;[^/]*/,/,g' -e '/^>/d' \
${WRKDIR}/SKK-JISYO.${type}.${PORTVERSION}
.endfor
.endif