diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 20:54:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 20:54:41 +0000 |
commit | 3ceaaa7739db55a9117447b4bf0b3e713f53b7db (patch) | |
tree | bf7bb447ef5294fc583cd4fd07eb8d5341ae01c2 /shells | |
parent | 626fe03bf450fb204c2d5f049ca9c1d4aa7bffa5 (diff) | |
download | ports-3ceaaa7739db55a9117447b4bf0b3e713f53b7db.tar.gz ports-3ceaaa7739db55a9117447b4bf0b3e713f53b7db.zip |
Notes
Diffstat (limited to 'shells')
-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 581bd6a73889..c4dee4638e22 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> |