summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-05 14:17:32 +0000
committernia <nia@pkgsrc.org>2021-06-05 14:17:32 +0000
commit870acf2dd82d78de5f991df7c675a39f410c41dd (patch)
tree7ffbffa0933f3eea42d1cb9dda14f098f32b95aa /pkgtools/pkg_install
parente9e8c967d4a15c4f01abffc59dc61149e333d464 (diff)
downloadpkgsrc-870acf2dd82d78de5f991df7c675a39f410c41dd.tar.gz
pkg_install: remove MESSAGE_SUBST
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 9a9df69ed18..21fe6c7e3ee 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -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 @@ INSTALL_SRC= ${PKGDIR}/INSTALL
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"