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/lbreakout2 | |
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/lbreakout2')
-rw-r--r-- | games/lbreakout2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index 1edc9d4be6f..86838e8ff67 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/04/25 14:23:00 tnn Exp $ +# $NetBSD: Makefile,v 1.41 2018/01/14 15:26:47 rillig Exp $ DISTNAME= lbreakout2-2.6.4 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Breakout-style arcade game LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}/games +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games CONFIGURE_ARGS+= --with-highscore-path=${PREFIX}/share/games/ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html |