summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/today/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile
index c31588e09baa..a4e458aa8c43 100644
--- a/japanese/today/Makefile
+++ b/japanese/today/Makefile
@@ -3,7 +3,7 @@
PORTNAME= today
PORTVERSION= 2.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese games
MASTER_SITES= http://ftp.vector.co.jp/29/42/476/
DISTNAME= ja-${PORTNAME}-${PORTVERSION}
@@ -32,7 +32,7 @@ post-extract:
gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \
monthly.tbl schedule.tbl suffix.tbl week.tbl; \
do \
- ${SED} 's/.$$//' $$i | nkf -Se > $$i.tmp ;\
+ nkf -Se $$i | ${TR} -d '\015' > $$i.tmp ;\
${MV} -f $$i.tmp $$i ; \
done)