summaryrefslogtreecommitdiff
path: root/games/polyglot
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
committerrillig <rillig@pkgsrc.org>2019-05-23 19:22:54 +0000
commitcabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5 (patch)
treedfd45506cac9c8adb60a55d809ab0dbc4d5a750e /games/polyglot
parentafe0216c35d9e0e0b96fe80eb38badf368ef84a7 (diff)
downloadpkgsrc-cabadf3d995dfdb93e43fa33e676fdfbb6f7d1f5.tar.gz
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
Diffstat (limited to 'games/polyglot')
-rw-r--r--games/polyglot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/polyglot/Makefile b/games/polyglot/Makefile
index 25ef2a7e98a..570fb91d8a2 100644
--- a/games/polyglot/Makefile
+++ b/games/polyglot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/06 11:54:50 asau Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/23 19:23:01 rillig Exp $
#
DISTNAME= polyglot_14
@@ -24,7 +24,7 @@ post-extract:
SUBST_CLASSES+= ini
SUBST_STAGE.ini= post-configure
SUBST_FILES.ini= fruit.ini
-SUBST_SED.ini= -e 's,@LOCALBASE@,${LOCALBASE},g'
+SUBST_VARS.ini= LOCALBASE
SRCS= adapter.cpp attack.cpp board.cpp book.cpp book_make.cpp \
book_merge.cpp colour.cpp engine.cpp epd.cpp fen.cpp \