pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono6 lang/mono6: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca8be462a6ee
branches:  trunk
changeset: 428168:ca8be462a6ee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 18:16:42 2020 +0000

description:
lang/mono6: remove no-op SUBST block

configure.ac only contains a single @VAR@ placeholder, and that is in a
shell comment.

diffstat:

 lang/mono6/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 284b6be728dc -r ca8be462a6ee lang/mono6/Makefile
--- a/lang/mono6/Makefile       Sat Apr 25 18:11:08 2020 +0000
+++ b/lang/mono6/Makefile       Sat Apr 25 18:16:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/04/12 08:27:57 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/04/25 18:16:42 rillig Exp $
 
 DISTNAME=      mono-6.8.0.105
 PKGREVISION=   1
@@ -124,13 +124,6 @@
 SUBST_FILES.fix-cfgdir=                mcs/tools/mconfig/Makefile
 SUBST_SED.fix-cfgdir=          -e 's,$$(sysconfdir)/mono,${EGDIR},g'
 
-SUBST_CLASSES+=                        fix-libs
-SUBST_STAGE.fix-libs=          pre-configure
-SUBST_MESSAGE.fix-libs=                Fixing library search path configuration
-SUBST_FILES.fix-libs=          configure.ac
-SUBST_VARS.fix-libs+=          X11BASE
-SUBST_VARS.fix-libs+=          PREFIX
-
 SUBST_CLASSES+=                        fix-python
 SUBST_STAGE.fix-python=                pre-configure
 SUBST_MESSAGE.fix-python=      Fixing python binary name



Home | Main Index | Thread Index | Old Index