pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nsis nsis: SUBST in pre-configure doesn't work w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd53fd06736a
branches:  trunk
changeset: 313344:dd53fd06736a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 20:01:07 2018 +0000

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

diffstat:

 devel/nsis/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7b248655c13 -r dd53fd06736a devel/nsis/Makefile
--- a/devel/nsis/Makefile       Thu Sep 27 19:54:20 2018 +0000
+++ b/devel/nsis/Makefile       Thu Sep 27 20:01:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/07/04 13:40:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2018/09/27 20:01:07 tnn Exp $
 #
 
 DISTNAME=      nsis-${NSIS_VER}
@@ -30,7 +30,7 @@
 INSTALLATION_DIRS=     bin share/nsis
 
 SUBST_CLASSES+=                makensis
-SUBST_STAGE.makensis=  pre-configure
+SUBST_STAGE.makensis=  pre-build
 SUBST_FILES.makensis=  makensis.sh
 SUBST_SED.makensis=    -e s,@@SH@@,${SH:Q},
 SUBST_SED.makensis+=   -e s,@@MAKENSIS@@,${MAKENSIS_BIN:Q},



Home | Main Index | Thread Index | Old Index