aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 22:14:29 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-08 22:14:29 +0000
commit65b32bc188988fb46cbac74d3df6f039d4aad07f (patch)
treea038ef5f6e04e53f284f8c7ecc711546936bdc1c /textproc
parent953f3a48de74acc2c65f146f5c081b29035809fe (diff)
downloadports-65b32bc188988fb46cbac74d3df6f039d4aad07f.tar.gz
ports-65b32bc188988fb46cbac74d3df6f039d4aad07f.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile
index dbec1749604a..e9e1d3b12406 100644
--- a/textproc/rl/Makefile
+++ b/textproc/rl/Makefile
@@ -9,10 +9,10 @@ MASTER_SITES= http://arthurdejong.org/rl/
MAINTAINER= jharris@widomaker.com
COMMENT= Randomizes lines from a specified input file
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
-MAN1= rl.1
-PLIST_FILES= bin/rl
+PLIST_FILES= bin/rl man/man1/rl.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>