git: 31593b7121b1 - main - games/sl: Include LICENSE information
Rainer Hurling
rhurlin at FreeBSD.org
Sun Sep 26 07:45:20 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31593b7121b11701af1b83d001aac1c863a2605d
commit 31593b7121b11701af1b83d001aac1c863a2605d
Author: Quentin Baker <bsd at quentb.com>
AuthorDate: 2021-09-26 07:41:58 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-09-26 07:41:58 +0000
games/sl: Include LICENSE information
PR: 257700
Approved by: maintainer timeout (> 6 weeks)
---
games/sl/Makefile | 9 +++++++--
games/sl/pkg-descr | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/games/sl/Makefile b/games/sl/Makefile
index b8eca6f395f5..3003f48c1438 100644
--- a/games/sl/Makefile
+++ b/games/sl/Makefile
@@ -5,12 +5,17 @@ PORTVERSION= 5.02
CATEGORIES= games
MAINTAINER= hym at cocoa.freemail.ne.jp
-COMMENT= Steam locomotive runs across the screen if you type "sl" instead of "ls"
+COMMENT= Steam locomotive runs across the screen if you type "sl"
+LICENSE= SL_CUSTOM
+LICENSE_NAME= sl Program License
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES= ncurses
USE_GITHUB= yes
GH_ACCOUNT= mtoyoda
-USES= ncurses
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz \
man/ja/man1/${PORTNAME}.1.gz
diff --git a/games/sl/pkg-descr b/games/sl/pkg-descr
index 405d506be751..80228d14aba6 100644
--- a/games/sl/pkg-descr
+++ b/games/sl/pkg-descr
@@ -4,4 +4,4 @@ runs across your screen if you type "sl" (Steam Locomotive) instead of
This program was written by TOYODA Masashi
-WWW: http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
+WWW: https://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
More information about the dev-commits-ports-all
mailing list