pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/imake



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 17:21:38 UTC 2020

Modified Files:
        pkgsrc/devel/imake: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/imake/Makefile

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

Modified files:

Index: pkgsrc/devel/imake/Makefile
diff -u pkgsrc/devel/imake/Makefile:1.27 pkgsrc/devel/imake/Makefile:1.28
--- pkgsrc/devel/imake/Makefile:1.27    Sat Jan 18 23:30:30 2020
+++ pkgsrc/devel/imake/Makefile Sat Apr 25 17:21:38 2020
@@ -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_MESSAGE.xmkmf=  Fixing "xmkmf" scri
 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