From aff0f16c629cde9bc359237cef3646f868df8459 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 1 Jan 2018 23:47:44 +0000 Subject: 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. --- games/quakeforge/Makefile | 4 ++-- games/quakeforge/PLIST | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games/quakeforge') 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 diff --git a/games/quakeforge/PLIST b/games/quakeforge/PLIST index 40bccb1b1ae..1d2a67d6074 100644 --- a/games/quakeforge/PLIST +++ b/games/quakeforge/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2018/01/01 22:29:35 rillig Exp $ -${PLIST.linux}/bin/qw-client-fbdev +@comment $NetBSD: PLIST,v 1.11 2018/01/01 23:47:44 rillig Exp $ bin/bsp2img bin/hw-master ${PLIST.linux}bin/nq-fbdev @@ -19,6 +18,7 @@ bin/qfprogs bin/qfvis bin/qfwavinfo bin/qtv +${PLIST.linux}bin/qw-client-fbdev bin/qw-client-glx bin/qw-client-sdl bin/qw-client-sdl32 -- cgit v1.2.3