Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall mk/pkginstall: fix output of show-all-pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26a91cf3162f
branches:  trunk
changeset: 431128:26a91cf3162f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 16:48:57 2020 +0000

description:
mk/pkginstall: fix output of show-all-pkginstall

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12a6c27eade7 -r 26a91cf3162f mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Sat May 09 16:45:57 2020 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Sat May 09 16:48:57 2020 +0000
@@ -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 @@
        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