summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-11-25 00:07:40 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-11-25 00:07:40 +0000
commit9a25b6b5b9cc91df50fcf9b0e99abe9d3101faff (patch)
tree6ec4e608d10b424b01c44cdfe158af03d457a12a /x11/XFree86-4-libraries/Makefile
parentAdd grhino, another reversi/othello Clone (diff)
[1] Fix the en_US.ISO8859-15 locale support.
[2] Fix the gb_GB.CP1251 locale support. Bump PORTREVISION. PR: [1] 36565, [2] 40189 Submitted by: [1] Simon 'corecode' Schubert <corecode@corecode.ath.cx> [2] Stanislav Grozev <tacho@factline.com>
Notes
Notes: svn path=/head/; revision=71052
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index aacac8a65c7e..cac97fb9f1c1 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libraries
PORTVERSION= 4.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
${MASTER_SITE_LOCAL:S/$/:local/}
@@ -108,6 +108,7 @@ post-extract:
${WRKSRC}/lib/Xdmcp/Wraphelp.c
post-patch:
+ ${CP} ${MASTERDIR}/files/nls::Compose::microsoft-cp1251 ${WRKSRC}/nls/Compose/microsoft-cp1251
cd ${WRKSRC}/nls; \
for i in Compose XI18N_OBJS XLC_LOCALE; do \
${LN} -s zh_TW.big5 $$i/zh_TW.Big5; \