1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/chinese/tin/Makefile
2016-11-11 11:58:55 +00:00

20 lines
448 B
Makefile

# Created by: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
# $FreeBSD$
CATEGORIES= chinese
MAINTAINER= ports@FreeBSD.org
EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \
${.CURDIR}/files/patch-cook.c \
${.CURDIR}/files/patch-mail.c \
${.CURDIR}/files/patch-init.c
MASTERDIR= ${.CURDIR}/../../news/tin
post-patch: post-patch-zh
post-patch-zh:
${REINPLACE_CMD} -e 's,iso-8859-1,Big5,g' ${WRKSRC}/doc/tin.defaults
.include "${MASTERDIR}/Makefile"