pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
flt-sudoku: Update Makefile
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Fri Oct 18 17:11:43 2019 +0200
Changeset: d40804885ad7d07f60d21ec0c114f8b9a49a7fbf
Modified Files:
fltk-sudoku/Makefile
fltk-sudoku/TODO
Log Message:
flt-sudoku: Update Makefile
Use USE_GAMESGROUP instead of SETGIDGAME.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d40804885ad7d07f60d21ec0c114f8b9a49a7fbf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fltk-sudoku/Makefile | 2 +-
fltk-sudoku/TODO | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/fltk-sudoku/Makefile b/fltk-sudoku/Makefile
index 840e8bd6f5..356cc7a90c 100644
--- a/fltk-sudoku/Makefile
+++ b/fltk-sudoku/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-localjpeg --disable-localzlib --disable-localpng
INSTALLATION_DIRS= bin
-SETGIDGAME= yes
+USE_GAMESGROUP= yes
SPECIAL_PERMS= bin/fltk-sudoku ${SETGID_GAMES_PERMS}
do-install:
diff --git a/fltk-sudoku/TODO b/fltk-sudoku/TODO
index 002023a156..21b5dd4a20 100644
--- a/fltk-sudoku/TODO
+++ b/fltk-sudoku/TODO
@@ -1 +1,2 @@
-[ ] pkglint doesn't like SETGIDGAME
+[X] pkglint doesn't like SETGIDGAME
+ => Replaced with USE_GAMESGROUP
Home |
Main Index |
Thread Index |
Old Index