diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /japanese/groff | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
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 " |