pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_notify



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 23:00:48 UTC 2018

Modified Files:
        pkgsrc/pkgtools/pkg_notify: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/pkgtools/pkg_notify/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_notify/Makefile
diff -u pkgsrc/pkgtools/pkg_notify/Makefile:1.27 pkgsrc/pkgtools/pkg_notify/Makefile:1.28
--- pkgsrc/pkgtools/pkg_notify/Makefile:1.27    Wed Aug 22 09:46:11 2018
+++ pkgsrc/pkgtools/pkg_notify/Makefile Thu Sep 27 23:00:48 2018
@@ -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}|'



Home | Main Index | Thread Index | Old Index