View | Details | Raw Unified | Return to bug 206568
Collapse All | Expand All

(-)today/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	today
4
PORTNAME=	today
5
PORTVERSION=	2.12
5
PORTVERSION=	2.12
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	japanese games
7
CATEGORIES=	japanese games
8
MASTER_SITES=	http://ftp.vector.co.jp/29/42/476/
8
MASTER_SITES=	http://ftp.vector.co.jp/29/42/476/
9
DISTNAME=	ja-${PORTNAME}-${PORTVERSION}
9
DISTNAME=	ja-${PORTNAME}-${PORTVERSION}
Lines 32-38 Link Here
32
		gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \
32
		gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \
33
		monthly.tbl schedule.tbl suffix.tbl week.tbl; \
33
		monthly.tbl schedule.tbl suffix.tbl week.tbl; \
34
	do \
34
	do \
35
		${SED} 's/.$$//' $$i | nkf -Se > $$i.tmp ;\
35
		nkf -Se $$i | ${TR} -d '\015' > $$i.tmp ;\
36
		${MV} -f $$i.tmp $$i ; \
36
		${MV} -f $$i.tmp $$i ; \
37
	done)
37
	done)
38
38

Return to bug 206568