From 3de9c508fd927d90f453e378deda1271d40ffa51 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 14 Jan 2018 15:26:46 +0000 Subject: 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 --- games/xjump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xjump') diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 8ae3ce7cf62..d546916b453 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/09/06 10:40:28 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/01/14 15:26:49 rillig Exp $ DISTNAME= xjump_2.7.5.orig PKGNAME= xjump-2.7.5 @@ -14,7 +14,7 @@ COMMENT= Jumping game for X WRKSRC= ${WRKDIR}/xjump-2.7.5.orig BUILD_TARGET= xjump INSTALLATION_DIRS= bin -MAKE_ENV+= VARBASE=${VARBASE:Q} +MAKE_ENV+= VARBASE=${VARBASE} SETGIDGAME= yes SPECIAL_PERMS= bin/xjump ${SETGID_GAMES_PERMS} -- cgit v1.2.3