diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-14 15:26:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-14 15:26:46 +0000 |
commit | 3de9c508fd927d90f453e378deda1271d40ffa51 (patch) | |
tree | d7cdaf7133a6666c50cf6afe302fc85fae3ef075 /games/spaceracer | |
parent | 171814c55ce3e50eadd450135290e53b33af64f3 (diff) | |
download | pkgsrc-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/spaceracer')
-rw-r--r-- | games/spaceracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spaceracer/Makefile b/games/spaceracer/Makefile index 6ef017a2f2b..3520e394f2a 100644 --- a/games/spaceracer/Makefile +++ b/games/spaceracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/04/25 14:23:04 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2018/01/14 15:26:48 rillig Exp $ # DISTNAME= spaceracer-0.2.4 @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= automake autoconf pre-configure: - cd ${WRKSRC:Q} && autoreconf -i + cd ${WRKSRC} && autoreconf -i .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" |