summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11
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-x11
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-x11')
-rw-r--r--games/maelstrom-x11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile
index c46216f43f2..7761d9cd293 100644
--- a/games/maelstrom-x11/Makefile
+++ b/games/maelstrom-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/09/03 08:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2018/01/14 15:26:47 rillig Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-x11-2.0.6
@@ -27,7 +27,7 @@ USE_TOOLS+= pax
LDFLAGS.SunOS+= -lsocket -lnsl
LIBS.SunOS+= -lsocket -lnsl
MAKE_FLAGS+= EXTRALIBS=${LIBS:Q}
-MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} XPMDIR=${BUILDLINK_PREFIX.libXpm}
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} XPMDIR=${BUILDLINK_PREFIX.libXpm}
MAKE_ENV+= GAMEOWN=${GAMEOWN} GAMEGRP=${GAMEGRP}
MAKE_ENV+= GAMEMODE=${GAMEMODE} GAMEDATAMODE=${GAMEDATAMODE}
MAKE_ENV+= VARBASE=${VARBASE}