diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-01 23:47:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-01 23:47:44 +0000 |
commit | aff0f16c629cde9bc359237cef3646f868df8459 (patch) | |
tree | 917d27d719b546bf62a1d8cebb10ba2cef490c40 /games/quakeforge | |
parent | a913912adc3881e6043db6ce0ebb00f37a2b71a3 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | games/quakeforge/Makefile | 4 | ||||
-rw-r--r-- | games/quakeforge/PLIST | 4 |
2 files changed, 4 insertions, 4 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 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 |