mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8faf55e210
===> Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c ===> Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c 1 out of 1 hunks failed--saving rejects to src/cook.c.rej *** [do-patch] Error code 1 Reported by: pkg-fallout
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# Created by: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
# Don't reset PORTREVISION and keep bumping it even if PORTVERSION is changed.
|
|
PORTREVISION= 6
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BROKEN= Fails to patch
|
|
|
|
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"
|