summaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-12 16:46:27 +0000
committerrillig <rillig@pkgsrc.org>2020-05-12 16:46:27 +0000
commitb98322cd9d21cc8e9bd2897164cc3904f0fa3216 (patch)
treeaf6fde0e68ce5f65178cd028cfccbcd0a37eba89 /lang/mono
parent930962ccddbb7d21b3bd040b8a3fae8a3b1c3890 (diff)
downloadpkgsrc-b98322cd9d21cc8e9bd2897164cc3904f0fa3216.tar.gz
lang/mono: allow the SUBST block fix-prefix to not affect all files
The list of files is generated via find(1) and contains each file individually. Some of these files are modified, some aren't. Those files that aren't modified are redundant, but since they are not listed explicitly in the package Makefile, there is no superfluous code. Avoiding such superfluous code is the whole goal of SUBST_NOOP_OK.
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index dfca2f69aab..e689e585d37 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.189 2020/05/09 12:39:44 rillig Exp $
+# $NetBSD: Makefile,v 1.190 2020/05/12 16:46:27 rillig Exp $
DISTNAME= mono-4.0.4.1
PKGREVISION= 19
@@ -117,6 +117,7 @@ SUBST_STAGE.fix-prefix= pre-configure
SUBST_MESSAGE.fix-prefix= Fixing relative prefix
SUBST_FILES.fix-prefix= ${PKGCONFIG_OVERRIDE}
SUBST_SED.fix-prefix= -e 's,$${pcfiledir}/../..,\@prefix\@,g'
+SUBST_NOOP_OK.fix-prefix= yes # some of the files are modified
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= pre-configure