diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /japanese/groff | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
Notes
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index 70eeeeb5edc8..c33582b726a6 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -75,7 +75,6 @@ PORTDOCS= ${PORTVERSION} .endif # nl_langinfo(CODESET) drops the support of ja_JP.EUC after 5.1-RELEASE -.if ${OSVERSION} > 501100 LOCALE_CMD?= /usr/bin/locale .if exists(${LOCALE_CMD}) CHARMAP!= ${LOCALE_CMD} charmap @@ -85,7 +84,6 @@ pre-build: @${ECHO_CMD} "Warning: Your current locale setting is not supported by the system." .endif .endif -.endif .if defined(WITHOUT_INFO) PLIST_SUB+= INFO="@comment " |