diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:52:02 +0800 |
commit | 60c139bd991edc42b95b0bcd8e69c7451f9ee443 (patch) | |
tree | b345a2e90a8842fc1067ea627f540d67b826b33f /games | |
parent | f41db33ca1365b8bbc1c964c425f05b3e6dad1c3 (diff) | |
download | freebsd-ports-gnome-60c139bd991edc42b95b0bcd8e69c7451f9ee443.tar.gz freebsd-ports-gnome-60c139bd991edc42b95b0bcd8e69c7451f9ee443.tar.zst freebsd-ports-gnome-60c139bd991edc42b95b0bcd8e69c7451f9ee443.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'games')
-rw-r--r-- | games/bloodfrontier/Makefile | 2 | ||||
-rw-r--r-- | games/linux-ut/Makefile | 4 | ||||
-rw-r--r-- | games/scummvm-tools/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 34773ae6ceb9..945977c909e3 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -46,7 +46,7 @@ CLIENT_DESKTOP_ENTRIES= "Blood Frontier" \ "bfclient" \ "Game;Shooter;" \ "" -DEDICATED_DESC= Build dedicated server +DEDICATED_DESC= Build dedicated server DEDICATED_PLIST_FILES= bin/bfserver libexec/bfserver DEDICATED_ALL_TARGET= server diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index aa9a35bf181a..8b3debee67d0 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -36,9 +36,9 @@ CDDIRS= Help Logs Maps Music Sounds System Textures Web # - Verify CD was correctly mounted by checking for incorrect NetGamesUSA.com. # -b option may be needed to mount it. .if !defined(CDROM_MOUNT) -IGNORE= requires CDROM_MOUNT set to mount point of CD +IGNORE= requires CDROM_MOUNT set to mount point of CD .elif exists(${CDROM_MOUNT}/netgam~1.com) -IGNORE= requires CD mounting with -b option +IGNORE= requires CD mounting with -b option .endif # Anthology install. diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index a1de5198e651..c0cc36f9e814 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= scummvm-tools DISTVERSION= 1.8.0 -PORTREVISION= 6 +PORTREVISION= 6 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} |