pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/tcsh tcsh: pkglint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc6a8a650a7f
branches:  trunk
changeset: 769485:bc6a8a650a7f
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Nov 15 19:39:27 2021 +0000

description:
tcsh: pkglint

diffstat:

 shells/tcsh/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a0a783150662 -r bc6a8a650a7f shells/tcsh/options.mk
--- a/shells/tcsh/options.mk    Mon Nov 15 18:37:31 2021 +0000
+++ b/shells/tcsh/options.mk    Mon Nov 15 19:39:27 2021 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index