pkgsrc-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/047d37645469
branches:  trunk
changeset: 428159:047d37645469
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 d9572226423c -r 047d37645469 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