pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/sather



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 13:56:56 UTC 2020

Modified Files:
        pkgsrc/lang/sather: Makefile

Log Message:
lang/sather: allow no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/sather/Makefile

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

Modified files:

Index: pkgsrc/lang/sather/Makefile
diff -u pkgsrc/lang/sather/Makefile:1.69 pkgsrc/lang/sather/Makefile:1.70
--- pkgsrc/lang/sather/Makefile:1.69    Sat Jan 18 23:32:45 2020
+++ pkgsrc/lang/sather/Makefile Sat May 16 13:56:55 2020
@@ -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:@TCL_P
 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