summaryrefslogtreecommitdiff
path: root/chinese/zhcon
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2011-04-29 06:05:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2011-04-29 06:05:51 +0000
commit062537301ccf2991407539161ddd3c460fc83d58 (patch)
treeb3b740ca8a8e196d14ead2fd778e9b794c94ed1f /chinese/zhcon
parentbig WorldForge update: (diff)
Fix config file path
Notes
Notes: svn path=/head/; revision=273316
Diffstat (limited to 'chinese/zhcon')
-rw-r--r--chinese/zhcon/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index 48096a6a40c6..14489675d565 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zhcon
PORTVERSION= 0.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= LOCAL/chinsan/chinese
@@ -36,7 +36,6 @@ post-patch:
${WRKSRC}/src/display/fblinear8.cpp ${WRKSRC}/src/display/fblinear16.cpp \
${WRKSRC}/src/display/fblinear24.cpp
@${REINPLACE_CMD} -e '5 s,#,,; s,/usr/lib,${PREFIX}/lib,' ${WRKSRC}/src/zhcon.conf
- @${REINPLACE_CMD} -e 's,"/etc,"${PREFIX}/etc,' ${WRKSRC}/src/zhcon.cpp
@${REINPLACE_CMD} -Ee 's,(\s*=\s*)("?)/usr/local([^"]*)("?),\1\2${PREFIX}\3\4,g' \
-e '/_nl_expand_alias/s,\(0\),\(\),g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.if defined(WITH_BIG5)