pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/tcsh



Module Name:    pkgsrc
Committed By:   kim
Date:           Mon Nov 15 19:39:27 UTC 2021

Modified Files:
        pkgsrc/shells/tcsh: options.mk

Log Message:
tcsh: pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/tcsh/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/tcsh/options.mk
diff -u pkgsrc/shells/tcsh/options.mk:1.2 pkgsrc/shells/tcsh/options.mk:1.3
--- pkgsrc/shells/tcsh/options.mk:1.2   Mon Nov 15 17:28:59 2021
+++ pkgsrc/shells/tcsh/options.mk       Mon Nov 15 19:39:27 2021
@@ -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



Home | Main Index | Thread Index | Old Index