pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/plist
Module Name: pkgsrc
Committed By: cheusov
Date: Tue Jun 4 13:10:45 UTC 2024
Modified Files:
pkgsrc/mk/plist: print-plist.mk
Log Message:
print-PLIST target: use PKG_SUPPORTED_OPTIONS variable instead of PKG_OPTIONS for modifying _PRINT_PLIST_AWK_SUBST
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/mk/plist/print-plist.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/plist/print-plist.mk
diff -u pkgsrc/mk/plist/print-plist.mk:1.37 pkgsrc/mk/plist/print-plist.mk:1.38
--- pkgsrc/mk/plist/print-plist.mk:1.37 Wed May 8 10:49:25 2024
+++ pkgsrc/mk/plist/print-plist.mk Tue Jun 4 13:10:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: print-plist.mk,v 1.37 2024/05/08 10:49:25 cheusov Exp $
+# $NetBSD: print-plist.mk,v 1.38 2024/06/04 13:10:45 cheusov Exp $
#
# Automatic PLIST generation
# - files & symlinks first
@@ -15,7 +15,7 @@
# A list of pairs (regexp, option) for prefixing PLIST entry
# with ${PLIST.<option>} if <regexp> matches it.
-.if !empty(PKG_OPTIONS:Mnls)
+.if !empty(PKG_SUPPORTED_OPTIONS:Mnls)
_PRINT_PLIST_REGEXP_OPTION_LIST+= \
^share\/locale\/.*[.]mo$$ nls
.endif
Home |
Main Index |
Thread Index |
Old Index