pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/dfdisk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 23:02:57 UTC 2018

Modified Files:
        pkgsrc/pkgtools/dfdisk: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/pkgtools/dfdisk/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/dfdisk/Makefile
diff -u pkgsrc/pkgtools/dfdisk/Makefile:1.17 pkgsrc/pkgtools/dfdisk/Makefile:1.18
--- pkgsrc/pkgtools/dfdisk/Makefile:1.17        Wed Jul  4 13:40:32 2018
+++ pkgsrc/pkgtools/dfdisk/Makefile     Thu Sep 27 23:02:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/07/04 13:40:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2018/09/27 23:02:57 tnn Exp $
 #
 
 PKGNAME=       dfdisk-1.0
@@ -33,7 +33,7 @@ SUBST_SED.paths+=     -e 's,@PKGVERSION@,${P
 SUBST_SED.paths+=      -e 's,@PKGBASE@,${PKGBASE},g'
 SUBST_SED.paths+=      -e 's,@FTP@,${FTP},g'
 SUBST_SED.paths+=      -e 's,@SH@,${SH},g'
-SUBST_STAGE.paths=     pre-configure
+SUBST_STAGE.paths=     pre-install
 
 post-extract:
 .for f in dfdisk.sh dfdisk.1 dfdisk.conf



Home | Main Index | Thread Index | Old Index