diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-27 14:22:14 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-03-27 14:22:14 +0000 |
commit | cf2fd5399efb1ab043a49259a3cf97a47715471b (patch) | |
tree | 45e167d2b0ac9253b91c6cb54c7c60b099292885 | |
parent | cb43e33b03dfaffd7715e8e288bc3b6f5f24b35f (diff) | |
download | ports-cf2fd5399efb1ab043a49259a3cf97a47715471b.tar.gz ports-cf2fd5399efb1ab043a49259a3cf97a47715471b.zip |
Notes
-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 |