summaryrefslogtreecommitdiff
path: root/games/quakeforge/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-01 23:47:44 +0000
committerrillig <rillig@pkgsrc.org>2018-01-01 23:47:44 +0000
commitaff0f16c629cde9bc359237cef3646f868df8459 (patch)
tree917d27d719b546bf62a1d8cebb10ba2cef490c40 /games/quakeforge/Makefile
parenta913912adc3881e6043db6ce0ebb00f37a2b71a3 (diff)
downloadpkgsrc-aff0f16c629cde9bc359237cef3646f868df8459.tar.gz
Fixed pkglint warnings.
The additional slash in the PLIST was probably a typo. It wasn't noticed yet because the package doesn't build on Linux right now, during the build phase.
Diffstat (limited to 'games/quakeforge/Makefile')
-rw-r--r--games/quakeforge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index bf036fce14f..943ed0fdc3f 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2015/04/25 14:23:03 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2018/01/01 23:47:44 rillig Exp $
DISTNAME= quakeforge-0.5.5
PKGREVISION= 15
@@ -9,7 +9,7 @@ MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://www.quakeforge.net/
COMMENT= Improved Quake engine
-CONFIGURE_ARGS+= --with-cpp="${CPP} %d %i %o"
+CONFIGURE_ARGS+= --with-cpp=${CPP:Q}" %d %i %o"
CONFIGURE_ARGS+= --disable-ogg
CONFIGURE_ARGS+= --disable-xmms
GNU_CONFIGURE= YES