pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nsis



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 20:01:07 UTC 2018

Modified Files:
        pkgsrc/devel/nsis: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/nsis/Makefile

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

Modified files:

Index: pkgsrc/devel/nsis/Makefile
diff -u pkgsrc/devel/nsis/Makefile:1.18 pkgsrc/devel/nsis/Makefile:1.19
--- pkgsrc/devel/nsis/Makefile:1.18     Wed Jul  4 13:40:15 2018
+++ pkgsrc/devel/nsis/Makefile  Thu Sep 27 20:01:07 2018
@@ -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 @@ MAKENSIS_BIN= ${PREFIX}/share/nsis/maken
 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