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/koth | |
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/koth')
-rw-r--r-- | games/koth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index 7763420af44..1f3bf72dbbc 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2015/08/17 17:11:23 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2018/01/14 15:26:47 rillig Exp $ # DISTNAME= koth-0.8.0 @@ -13,7 +13,7 @@ COMMENT= The classic "shoot the other tank" artillery game, networked PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= YES -CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\"" +CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/koth CONF_FILES= ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg |