pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install pkg_install: remove MESSAGE_SUBST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaca46444210
branches:  trunk
changeset: 454037:aaca46444210
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 05 14:17:32 2021 +0000

description:
pkg_install: remove MESSAGE_SUBST

diffstat:

 pkgtools/pkg_install/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0e3d5dd88541 -r aaca46444210 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sat Jun 05 14:17:05 2021 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Jun 05 14:17:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.234 2021/03/08 15:25:47 nia Exp $
+# $NetBSD: Makefile,v 1.235 2021/06/05 14:17:32 nia Exp $
 
 # Notes to package maintainers:
 #
@@ -91,8 +91,6 @@
 FILES_SUBST+=          PKG_DBDIR=${PKG_DBDIR}                  \
                        PKG_TOOLS_BIN=${PKG_TOOLS_BIN:Q}        \
                        MKDIR=${MKDIR:Q}
-MESSAGE_SUBST+=                PKGVULNDIR=${PKG_DBDIR} \
-                       EGDIR=${EGDIR}
 
 .include "../../mk/compiler.mk"
 



Home | Main Index | Thread Index | Old Index