Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/imake devel/imake: the SUBST block may be a no-o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09209e4c048b
branches:  trunk
changeset: 429848:09209e4c048b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 17:21:38 2020 +0000

description:
devel/imake: the SUBST block may be a no-op in some cases

diffstat:

 devel/imake/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d07b9ec2fb15 -r 09209e4c048b devel/imake/Makefile
--- a/devel/imake/Makefile      Sat Apr 25 17:19:19 2020 +0000
+++ b/devel/imake/Makefile      Sat Apr 25 17:21:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 23:30:30 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/04/25 17:21:38 rillig Exp $
 
 DISTNAME=              imake-1.0.8
 CATEGORIES=            x11 devel
@@ -29,6 +29,7 @@
 SUBST_STAGE.xmkmf=     post-build
 SUBST_FILES.xmkmf=     xmkmf
 SUBST_SED.xmkmf=       -e "s/^configdirspec= */configdirspec=/"
+SUBST_NOOP_OK.xmkmf=   yes
 
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 



Home | Main Index | Thread Index | Old Index