diff options
author | perky <perky@FreeBSD.org> | 2004-03-27 22:22:14 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-03-27 22:22:14 +0800 |
commit | b149ea5246487427129628fdbed74548172169f1 (patch) | |
tree | 326d3b547f38e5e14c714e7a952c1f5e7df7969a /misc | |
parent | 824e196dde3ad78e6c32447399cd405ea65aebcb (diff) | |
download | freebsd-ports-gnome-b149ea5246487427129628fdbed74548172169f1.tar.gz freebsd-ports-gnome-b149ea5246487427129628fdbed74548172169f1.tar.zst freebsd-ports-gnome-b149ea5246487427129628fdbed74548172169f1.zip |
utf8locale is now merged into -CURRENT.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/utf8locale/Makefile | 4 |
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 |