diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/tin | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) | |
download | ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.gz ports-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.zip |
Notes
Diffstat (limited to 'chinese/tin')
-rw-r--r-- | chinese/tin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index 76da9ccabafa..ed232dbd0556 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: tin -# Date created: 2 Dev 1997 -# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> -# +# 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 @@ -20,6 +15,7 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \ MASTERDIR= ${.CURDIR}/../../news/tin post-patch: post-patch-zh +NO_STAGE= yes post-patch-zh: ${REINPLACE_CMD} -e 's,iso-8859-1,Big5,g' ${WRKSRC}/doc/tin.defaults |