pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkginstall



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 16:48:57 UTC 2020

Modified Files:
        pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
mk/pkginstall: fix output of show-all-pkginstall


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mk/pkginstall/bsd.pkginstall.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/pkginstall/bsd.pkginstall.mk
diff -u pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.73 pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.74
--- pkgsrc/mk/pkginstall/bsd.pkginstall.mk:1.73 Tue Feb 11 01:59:30 2020
+++ pkgsrc/mk/pkginstall/bsd.pkginstall.mk      Sat May  9 16:48:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.73 2020/02/11 01:59:30 rillig Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.74 2020/05/09 16:48:57 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -54,7 +54,7 @@ _SYS_VARS.pkginstall= \
        SHLIB_TYPE \
        LDCONFIG_ADD_CMD \
        LDCONFIG_REMOVE_CMD
-_LISTED_VARS.pkginstall=       *_SRC
+_LISTED_VARS.pkginstall=       *_SRC CONF_FILES MAKE_DIRS
 _SORTED_VARS.pkginstall=       *_SUBST
 
 # The Solaris /bin/sh does not know the ${foo#bar} shell substitution.



Home | Main Index | Thread Index | Old Index