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 17:28:59 UTC 2021
Modified Files:
pkgsrc/shells/tcsh: options.mk
Log Message:
{,standalone-,static-}tcsh: Give everyone their own option variable.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/shells/tcsh/options.mk:1.2
--- pkgsrc/shells/tcsh/options.mk:1.1 Mon Nov 15 17:11:58 2021
+++ pkgsrc/shells/tcsh/options.mk Mon Nov 15 17:28:59 2021
@@ -1,6 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2021/11/15 17:11:58 kim Exp $
+# $NetBSD: options.mk,v 1.2 2021/11/15 17:28:59 kim Exp $
-PKG_OPTIONS_VAR?= PKG_OPTIONS.tcsh
+.if !empty(PKGNAME:Mstandalone-tcsh-[0-9]*)
+PKG_OPTIONS_VAR= PKG_OPTIONS.standalone-tcsh
+.elif !empty(PKGNAME:Mstatic-tcsh-[0-9]*)
+PKG_OPTIONS_VAR= PKG_OPTIONS.static-tcsh
+.else
+PKG_OPTIONS_VAR= PKG_OPTIONS.tcsh
+.endif
PKG_SUPPORTED_OPTIONS= nls
PKG_SUGGESTED_OPTIONS= nls
Home |
Main Index |
Thread Index |
Old Index