git: 6c1f8e2dc102 - main - games/uhexen2: Fix use of PORTSCOUT=skipb
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Apr 15 22:06:22 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c1f8e2dc1026abe597ae3fd7bc74d3ddb8fadd6
commit 6c1f8e2dc1026abe597ae3fd7bc74d3ddb8fadd6
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-15 22:00:30 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-15 22:06:23 +0000
games/uhexen2: Fix use of PORTSCOUT=skipb
The only valid value for skipb is 0. See
https://github.com/freebsd/portscout/blob/master/docs/portscout-portconfig.txt
Unset the variable PORTSCOUT variable as it serves no purpose here.
Approved by: portmgr blanket
---
games/uhexen2/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile
index 8c2e58a4e3e4..b3df752e14b9 100644
--- a/games/uhexen2/Makefile
+++ b/games/uhexen2/Makefile
@@ -24,7 +24,6 @@ USE_SDL= sdl
MAKE_ARGS= X11BASE="${LOCALBASE}"
MAKE_JOBS_UNSAFE= yes
-PORTSCOUT= skipb:yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS FLAC MIKMOD OGG OPUS
More information about the dev-commits-ports-all
mailing list