diff options
author | kim <kim@pkgsrc.org> | 2021-11-15 19:39:27 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2021-11-15 19:39:27 +0000 |
commit | 1c52a867be1a27b9c7336b473898519b87dcf553 (patch) | |
tree | ccdf3ca0cb06a4f67351562880b32a18de70c200 /shells | |
parent | 2c8fa791cb410ff0e2ea6a5aecffc227c1d83ede (diff) | |
download | pkgsrc-1c52a867be1a27b9c7336b473898519b87dcf553.tar.gz |
tcsh: pkglint
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/tcsh/options.mk b/shells/tcsh/options.mk index 12e7694b180..b37c85ccfc2 100644 --- a/shells/tcsh/options.mk +++ b/shells/tcsh/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2021/11/15 17:28:59 kim Exp $ +# $NetBSD: options.mk,v 1.3 2021/11/15 19:39:27 kim Exp $ .if !empty(PKGNAME:Mstandalone-tcsh-[0-9]*) PKG_OPTIONS_VAR= PKG_OPTIONS.standalone-tcsh @@ -12,9 +12,9 @@ PKG_SUPPORTED_OPTIONS= nls PKG_SUGGESTED_OPTIONS= nls .if empty(PKGNAME:Mstatic-tcsh-[0-9]*) PKG_SUPPORTED_OPTIONS+= static -. if !empty(PKGNAME:Mstandalone-tcsh-[0-9]*) && ${OPSYS} != "SunOS" +. if !empty(PKGNAME:Mstandalone-tcsh-[0-9]*) && ${OPSYS} != "SunOS" PKG_SUGGESTED_OPTIONS+= static -. endif +. endif .endif PLIST_VARS+= nls |