pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/ztrack
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 16 13:01:15 UTC 2020
Modified Files:
pkgsrc/games/ztrack: Makefile
Log Message:
games/ztrack: fix build in SUBST_NOOP_OK=no mode
The sed command is not classified as identity substitution by
mk/scripts/subst-identity.awk since the s,,, is preceded by a regular
expression. Since this is an edge case, it will not be implemented
there. Otherwise the other addressing modes would also have to be
implemented.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/ztrack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/ztrack/Makefile
diff -u pkgsrc/games/ztrack/Makefile:1.2 pkgsrc/games/ztrack/Makefile:1.3
--- pkgsrc/games/ztrack/Makefile:1.2 Thu Jul 28 19:31:28 2016
+++ pkgsrc/games/ztrack/Makefile Sat May 16 13:01:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/28 19:31:28 leot Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/16 13:01:15 rillig Exp $
DISTNAME= ztrack-1.0
PKGREVISION= 1
@@ -21,6 +21,7 @@ SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Link with the proper curses type
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e '/LIBS/ s,-lncurses,-l${BUILDLINK_LIBNAME.curses},'
+SUBST_NOOP_OK.makefile= yes
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index