diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-11-07 17:36:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-11-07 17:36:28 +0000 |
commit | c30629a8017e64e79b166a4a57082ef7b9b0ab9c (patch) | |
tree | 80aa72d80dca2860547cd4520600741a64e9105b /chinese/zhcon | |
parent | 4fa9390134ce584e239ba1e76ce0ac4378bc94c9 (diff) | |
download | ports-c30629a8017e64e79b166a4a57082ef7b9b0ab9c.tar.gz ports-c30629a8017e64e79b166a4a57082ef7b9b0ab9c.zip |
Notes
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 6 |
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> |