summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-11-07 17:36:28 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-11-07 17:36:28 +0000
commitc30629a8017e64e79b166a4a57082ef7b9b0ab9c (patch)
tree80aa72d80dca2860547cd4520600741a64e9105b /chinese
parentUpdate to 2.0.1 (diff)
remove USE_XLIB
PR: 58978 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes
Notes: svn path=/head/; revision=93315
Diffstat (limited to 'chinese')
-rw-r--r--chinese/zhcon/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index a3dc93650584..e1da8b2dfd06 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -21,10 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE}
USE_GMAKE= yes
USE_REINPLACE= yes
-REINPLACE_ARGS= # empty
-USE_XLIB= yes
ONLY_FOR_ARCHS= i386
MAN1= zhcon.1
+post-patch:
+ ${REINPLACE_CMD} -e 's,${LOCALBASE}/share/locale,${PREFIX}/share/locale,g' \
+ ${WRKSRC}/*
+
.include <bsd.port.mk>