summaryrefslogtreecommitdiff
path: root/games/maelstrom-sdl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-14 15:26:46 +0000
committerrillig <rillig@pkgsrc.org>2018-01-14 15:26:46 +0000
commit3de9c508fd927d90f453e378deda1271d40ffa51 (patch)
treed7cdaf7133a6666c50cf6afe302fc85fae3ef075 /games/maelstrom-sdl
parent171814c55ce3e50eadd450135290e53b33af64f3 (diff)
downloadpkgsrc-3de9c508fd927d90f453e378deda1271d40ffa51.tar.gz
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable and several others. pkglint -r -Wall --autofix --only :Q
Diffstat (limited to 'games/maelstrom-sdl')
-rw-r--r--games/maelstrom-sdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom-sdl/Makefile b/games/maelstrom-sdl/Makefile
index e697babfb31..a5db5ac8d99 100644
--- a/games/maelstrom-sdl/Makefile
+++ b/games/maelstrom-sdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/04/25 14:23:01 tnn Exp $
+# $NetBSD: Makefile,v 1.26 2018/01/14 15:26:47 rillig Exp $
DISTNAME= Maelstrom-3.0.6
PKGNAME= maelstrom-sdl-3.0.6
@@ -37,7 +37,7 @@ SCOREDIR= ${VARBASE}/games
SCOREFILE= ${SCOREDIR}/Maelstrom-Scores
ORIGSCOREFILE= ${PREFIX}/share/Maelstrom/Maelstrom-Scores
REQD_FILES_PERMS+= ${ORIGSCOREFILE} ${SCOREFILE} ${SCOREFILE_PERMS}
-CFLAGS+= -DMAELSTROM_SCOREDIR=\"${SCOREDIR:Q}\"
+CFLAGS+= -DMAELSTROM_SCOREDIR=\"${SCOREDIR}\"
BUILD_DEFS+= VARBASE SCOREFILE
post-install: