pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_notify pkg_notify: SUBST in pre-configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/289461fae42c
branches:  trunk
changeset: 385739:289461fae42c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 23:00:48 2018 +0000

description:
pkg_notify: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

diffstat:

 pkgtools/pkg_notify/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7871fcf430e3 -r 289461fae42c pkgtools/pkg_notify/Makefile
--- a/pkgtools/pkg_notify/Makefile      Thu Sep 27 22:56:37 2018 +0000
+++ b/pkgtools/pkg_notify/Makefile      Thu Sep 27 23:00:48 2018 +0000
@@ -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 @@
 .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}|'



Home | Main Index | Thread Index | Old Index