pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
warsow: Apply lint
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Wed Jun 22 23:21:59 2022 -0700
Changeset: b7200ff83a694a58544f9a0be3d20aa70c612de6
Modified Files:
warsow/DESCR
warsow/Makefile
Log Message:
warsow: Apply lint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7200ff83a694a58544f9a0be3d20aa70c612de6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
warsow/DESCR | 2 +-
warsow/Makefile | 9 ++-------
2 files changed, 3 insertions(+), 8 deletions(-)
diffs:
diff --git a/warsow/DESCR b/warsow/DESCR
index 32e9df76e6..bdc626966f 100644
--- a/warsow/DESCR
+++ b/warsow/DESCR
@@ -2,7 +2,7 @@ Speed and movement is what Warsow is all about.
Like a true cyberathlete you jump, dash, dodge, and walljump your way
through the game. Grab power-ups before your enemy does, plant a bomb before
-anyone sees you, and steal the enemy’s flag before they know what is going
+anyone sees you, and steal the enemy's flag before they know what is going
on!
Our goal is to offer a fast and fun competitive first-person shooter without
diff --git a/warsow/Makefile b/warsow/Makefile
index cfca92b305..c2a5069d55 100644
--- a/warsow/Makefile
+++ b/warsow/Makefile
@@ -8,13 +8,11 @@ CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=dressupgeekout/}
GITHUB_PROJECT= warsow
GITHUB_TAG= ${PKGVERSION_NOREV}-netbsd
-
-# Game data found here:
-DISTFILES= ${DEFAULT_DISTFILES} warsow-2.1.2.tar.gz
+DISTFILES= ${DEFAULT_DISTFILES} warsow-2.1.2.tar.gz
SITES.warsow-2.1.2.tar.gz= https://warsow.net/
MAINTAINER= charlotte%NetBSD.org@localhost
-HOMEPAGE= https://warsow.net
+HOMEPAGE= https://warsow.net/
COMMENT= Free fast-paced first-person shooter
LICENSE= gnu-gpl-v2
@@ -31,12 +29,10 @@ INSTALLATION_DIRS+= share/warsow
INSTALLATION_DIRS+= share/warsow/libs
INSTALLATION_DIRS+= share/warsow/basewsw
-WARSOW_PROGRAMS= # defined
WARSOW_PROGRAMS+= warsow
WARSOW_PROGRAMS+= wsw_server
WARSOW_PROGRAMS+= wswtv_server
-WARSOW_INTERNAL_LIBS= # defined
WARSOW_INTERNAL_LIBS+= libangelwrap.so
WARSOW_INTERNAL_LIBS+= libcin.so
WARSOW_INTERNAL_LIBS+= libftlib.so
@@ -47,7 +43,6 @@ WARSOW_INTERNAL_LIBS+= libsnd_qf.so
WARSOW_INTERNAL_LIBS+= libsteamlib.so
WARSOW_INTERNAL_LIBS+= libui.so
-WARSOW_BASEWSW_LIBS= # defined
WARSOW_BASEWSW_LIBS+= libcgame.so
WARSOW_BASEWSW_LIBS+= libgame.so
Home |
Main Index |
Thread Index |
Old Index