aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/zhcon
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-11-08 01:36:28 +0800
committerleeym <leeym@FreeBSD.org>2003-11-08 01:36:28 +0800
commit12fccb0f633989c48599696d0f756fb56dc4507b (patch)
tree01f41e328b157b84f99f7d1c147ea73b247ca21e /chinese/zhcon
parentfd9ba2b1b08316a94926ac8dad4564678a8fa017 (diff)
downloadfreebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.tar.gz
freebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.tar.zst
freebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.zip
remove USE_XLIB
PR: 58978 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/zhcon')
-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>