summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-03-27 14:22:14 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-03-27 14:22:14 +0000
commitcf2fd5399efb1ab043a49259a3cf97a47715471b (patch)
tree45e167d2b0ac9253b91c6cb54c7c60b099292885
parent- Replace Linuxism with FreeBSDism in uptime sensor (clock display). (diff)
utf8locale is now merged into -CURRENT.
Notes
Notes: svn path=/head/; revision=105422
-rw-r--r--misc/utf8locale/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/utf8locale/Makefile b/misc/utf8locale/Makefile
index 93b9d59d6672..28b7d86326d4 100644
--- a/misc/utf8locale/Makefile
+++ b/misc/utf8locale/Makefile
@@ -35,6 +35,10 @@ _HAVE_SWIDTH!= ${GREP} _CTYPE_SW ${DESTDIR}/usr/include/ctype.h 2>/dev/null \
PKGNAMESUFFIX= -without-swidth
.endif
+.if ${OSVERSION} >= 502110
+IGNORE= is already in your base system
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,\(rm -rf.*/\)\*\(/LC_MESS\),\1*.UTF-8\2,g' \
${WRKSRC}/msgdef/Makefile