Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sather lang/sather: allow no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ccf11e18a0e
branches:  trunk
changeset: 431757:9ccf11e18a0e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 13:56:55 2020 +0000

description:
lang/sather: allow no-op SUBST block

diffstat:

 lang/sather/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 39680340c73f -r 9ccf11e18a0e lang/sather/Makefile
--- a/lang/sather/Makefile      Sat May 16 13:56:47 2020 +0000
+++ b/lang/sather/Makefile      Sat May 16 13:56:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2020/01/18 23:32:45 rillig Exp $
+# $NetBSD: Makefile,v 1.70 2020/05/16 13:56:55 rillig Exp $
 
 DISTNAME=              sather-1.2.3
 PKGREVISION=           15
@@ -49,6 +49,7 @@
 SUBST_SED.sather-configure+=   -e s:@TK_PREFIX@:${BUILDLINK_PREFIX.tk}:g
 SUBST_VARS.sather-configure+=  LINKER_RPATH_FLAG
 SUBST_VARS.sather-configure+=  COMPILER_RPATH_FLAG
+SUBST_NOOP_OK.sather-configure=        yes # because of ${LOWER_OPSYS}
 
 INSTALLATION_DIRS=     bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc/sather \
                        lib/sather lib/sather/Bin share/emacs/site-lisp



Home | Main Index | Thread Index | Old Index