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:   jperkin
Date:           Tue Nov 30 09:39:50 UTC 2021

Modified Files:
        pkgsrc/mk/plist: plist.mk

Log Message:
mk: Remove reference to LOWER_OS_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/mk/plist/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/plist.mk
diff -u pkgsrc/mk/plist/plist.mk:1.55 pkgsrc/mk/plist/plist.mk:1.56
--- pkgsrc/mk/plist/plist.mk:1.55       Wed Jun 10 16:06:09 2020
+++ pkgsrc/mk/plist/plist.mk    Tue Nov 30 09:39:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.55 2020/06/10 16:06:09 leot Exp $
+# $NetBSD: plist.mk,v 1.56 2021/11/30 09:39:50 jperkin Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -159,7 +159,6 @@ PLIST_SUBST+=       OPSYS=${OPSYS:Q}                                        \
                LN=${LN:Q}                                              \
                LOWER_VENDOR=${LOWER_VENDOR:Q}                          \
                LOWER_OPSYS=${LOWER_OPSYS:Q}                            \
-               LOWER_OS_VERSION=${LOWER_OS_VERSION:Q}                  \
                PKGBASE=${PKGBASE:Q}                                    \
                PKGNAME=${PKGNAME_NOREV:Q}                              \
                PKGLOCALEDIR=${PKGLOCALEDIR:Q}                          \



Home | Main Index | Thread Index | Old Index