summaryrefslogtreecommitdiff
path: root/games/xpat2
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/xpat2
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/xpat2')
-rw-r--r--games/xpat2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile
index eab2e5260dc..f0ce4789658 100644
--- a/games/xpat2/Makefile
+++ b/games/xpat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/02/20 16:58:56 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2018/01/14 15:26:49 rillig Exp $
DISTNAME= xpat2-1.07
PKGREVISION= 4
@@ -13,7 +13,7 @@ MAKE_JOBS_SAFE= no
USE_TOOLS+= imake pax
-MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.libXpm:Q} XMKMF=${XMKMF_CMD:Q}
+MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.libXpm} XMKMF=${XMKMF_CMD:Q}
USE_GAMESGROUP= yes
SPECIAL_PERMS+= bin/xpat2 ${SETGID_GAMES_PERMS}