pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hf6to4



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar 21 10:45:18 UTC 2019

Modified Files:
        pkgsrc/net/hf6to4: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/hf6to4/Makefile

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

Modified files:

Index: pkgsrc/net/hf6to4/Makefile
diff -u pkgsrc/net/hf6to4/Makefile:1.17 pkgsrc/net/hf6to4/Makefile:1.18
--- pkgsrc/net/hf6to4/Makefile:1.17     Wed Jul  4 13:40:28 2018
+++ pkgsrc/net/hf6to4/Makefile  Thu Mar 21 10:45:18 2019
@@ -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_CLASSES+=               paths
 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