aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-08-03 00:20:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-08-03 00:20:01 +0800
commit9bdb4325be5b4f6e312732dbecd8aced51185557 (patch)
tree64c18eba8f0d49b7c3a865f0b335f4864db753f0 /textproc
parent7474f577c5fa2dea0eec57aecbd27613f9748c50 (diff)
downloadfreebsd-ports-gnome-9bdb4325be5b4f6e312732dbecd8aced51185557.tar.gz
freebsd-ports-gnome-9bdb4325be5b4f6e312732dbecd8aced51185557.tar.zst
freebsd-ports-gnome-9bdb4325be5b4f6e312732dbecd8aced51185557.zip
- Fix LICENSE
- Add LICENSE_FILE - Update WWW Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rl/Makefile5
-rw-r--r--textproc/rl/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile
index e9e1d3b12406..c26ac4592162 100644
--- a/textproc/rl/Makefile
+++ b/textproc/rl/Makefile
@@ -4,12 +4,13 @@
PORTNAME= rl
PORTVERSION= 0.2.7
CATEGORIES= textproc
-MASTER_SITES= http://arthurdejong.org/rl/
+MASTER_SITES= https://arthurdejong.org/rl/
MAINTAINER= jharris@widomaker.com
COMMENT= Randomizes lines from a specified input file
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
diff --git a/textproc/rl/pkg-descr b/textproc/rl/pkg-descr
index e74b18df28ac..78fd8b8eee26 100644
--- a/textproc/rl/pkg-descr
+++ b/textproc/rl/pkg-descr
@@ -3,4 +3,4 @@ randomizes the lines and outputs a specified number of lines. It does
this with only a single pass over the input while trying to use as little
memory as possible.
-WWW: http://arthurdejong.org/rl/
+WWW: https://arthurdejong.org/rl/