diff options
author | pav <pav@FreeBSD.org> | 2012-03-03 04:54:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-03 04:54:41 +0800 |
commit | 2c8a4e3c6eed0c25505880a18eef1aa34b644929 (patch) | |
tree | 9c48b13cf6923febb59d9b0287fdc68f9ed2197d /shells/tcsh_nls | |
parent | 20d943e8cb03e1bf37c1d61ddcb47824a4731600 (diff) | |
download | freebsd-ports-graphics-2c8a4e3c6eed0c25505880a18eef1aa34b644929.tar.gz freebsd-ports-graphics-2c8a4e3c6eed0c25505880a18eef1aa34b644929.tar.zst freebsd-ports-graphics-2c8a4e3c6eed0c25505880a18eef1aa34b644929.zip |
- Drop conditional that was only relevant to 6.X and older
Diffstat (limited to 'shells/tcsh_nls')
-rw-r--r-- | shells/tcsh_nls/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile index 581bd6a7388..c4dee4638e2 100644 --- a/shells/tcsh_nls/Makefile +++ b/shells/tcsh_nls/Makefile @@ -61,12 +61,6 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \ uk_UA.KOI8-U:uk_UA.ISO8859-5 \ uk_UA.KOI8-U:uk_UA.UTF-8 \ -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 700000 && ${OSVERSION} < 700014) || ${OSVERSION} < 600105 -IGNORE= needs FreeBSD 6.1 or 7 -.endif - do-fetch: @${DO_NADA} @@ -76,4 +70,4 @@ do-install: ${PREFIX}/share/nls/$${i##*:}/tcsh.cat; \ done -.include <bsd.port.post.mk> +.include <bsd.port.mk> |