diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-09 16:48:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-09 16:48:57 +0000 |
commit | 65b40abb9daef03e16ef01e9503db9d3acfec1bd (patch) | |
tree | 1881d4cc502eba15b126a81e0bf11736410607ef /mk | |
parent | 07f03b87f378ff0a3ffd905b3b7333dc3201715e (diff) | |
download | pkgsrc-65b40abb9daef03e16ef01e9503db9d3acfec1bd.tar.gz |
mk/pkginstall: fix output of show-all-pkginstall
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkginstall/bsd.pkginstall.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk index 1b7519d534c..a6df693effc 100644 --- a/mk/pkginstall/bsd.pkginstall.mk +++ b/mk/pkginstall/bsd.pkginstall.mk @@ -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. |