pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/hf6to4 net/hf6to4: fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe662d62c2aa
branches:  trunk
changeset: 321411:fe662d62c2aa
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Mar 21 10:45:18 2019 +0000

description:
net/hf6to4: fix build

Fix build.

SUBST_STAGE was pre-configure, but the package has NO_CONFIGURE.  So,
never substituion was occur.  Changed it pre-install.

diffstat:

 net/hf6to4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af15c61bf69a -r fe662d62c2aa net/hf6to4/Makefile
--- a/net/hf6to4/Makefile       Thu Mar 21 10:33:59 2019 +0000
+++ b/net/hf6to4/Makefile       Thu Mar 21 10:45:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/07/04 13:40:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2019/03/21 10:45:18 taca Exp $
 #
 
 DISTNAME=              hf6to4-1.3
@@ -31,7 +31,7 @@
 SUBST_FILES.paths=     hf6to4
 SUBST_SED.paths+=      -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
 SUBST_SED.paths+=      -e 's,@SH@,${SH},g'
-SUBST_STAGE.paths=     pre-configure
+SUBST_STAGE.paths=     pre-install
 
 post-extract:
        ${CP} ${FILESDIR}/hf6to4 ${WRKSRC}/hf6to4



Home | Main Index | Thread Index | Old Index