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/f0e4b4216875
branches: trunk
changeset: 331625:f0e4b4216875
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 82510237ef32 -r f0e4b4216875 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