aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-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