pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/waf waf: When replacing the executable we genera...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef3512e3d377
branches: trunk
changeset: 406224:ef3512e3d377
user: nia <nia%pkgsrc.org@localhost>
date: Mon Dec 16 13:31:52 2019 +0000
description:
waf: When replacing the executable we generally actually want it installed
diffstat:
devel/waf/waf.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c51c5b539980 -r ef3512e3d377 devel/waf/waf.mk
--- a/devel/waf/waf.mk Mon Dec 16 12:53:28 2019 +0000
+++ b/devel/waf/waf.mk Mon Dec 16 13:31:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: waf.mk,v 1.7 2019/03/25 14:09:55 tnn Exp $
+# $NetBSD: waf.mk,v 1.8 2019/12/16 13:31:52 nia Exp $
# XXX why does this does not respect the standard pkgsrc variables like
# CONFIGURE_ENV et al?
@@ -28,6 +28,8 @@
WAF_REPLACE_EXECUTABLE?= yes
.if !empty(WAF_REPLACE_EXECUTABLE:M[yY][eE][sS])
+TOOL_DEPENDS+= waf-[0-9]*:../../devel/waf
+
post-extract:
cp ${PREFIX}/bin/waf ${WRKSRC}
.endif
Home |
Main Index |
Thread Index |
Old Index