summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 23:00:48 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 23:00:48 +0000
commit1af553f74b4fb777395aa97301dc0d28bf265146 (patch)
tree85cffe67a75641dcd4225c655818e009d44c62cd /pkgtools
parent0052bc3bb20bb0021a3e76f9de24825b14124103 (diff)
downloadpkgsrc-1af553f74b4fb777395aa97301dc0d28bf265146.tar.gz
pkg_notify: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_notify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile
index cb8ed44a8b8..06dd59fe14e 100644
--- a/pkgtools/pkg_notify/Makefile
+++ b/pkgtools/pkg_notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:46:11 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/09/27 23:00:48 tnn Exp $
PKGNAME= pkg_notify-0.4.6
PKGREVISION= 1
@@ -23,7 +23,7 @@ CONF_FILES= ${EGDIR}/${PKGBASE}.list \
.include "../../mk/bsd.prefs.mk"
SUBST_CLASSES+= pkg_notify
-SUBST_STAGE.pkg_notify= pre-configure
+SUBST_STAGE.pkg_notify= pre-install
SUBST_FILES.pkg_notify= pkg_notify
SUBST_FILES.pkg_notify+= pkg_notify.1
SUBST_SED.pkg_notify= -e 's|@PKGSRCDIR@|${PKGSRCDIR}|'