Date: Sat, 8 Feb 2014 22:14:29 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343401 - head/textproc/rl Message-ID: <201402082214.s18METCf014858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Feb 8 22:14:29 2014 New Revision: 343401 URL: http://svnweb.freebsd.org/changeset/ports/343401 QAT: https://qat.redports.org/buildarchive/r343401/ Log: - Support staging - Add LICENSE Modified: head/textproc/rl/Makefile Modified: head/textproc/rl/Makefile ============================================================================== --- head/textproc/rl/Makefile Sat Feb 8 22:12:19 2014 (r343400) +++ head/textproc/rl/Makefile Sat Feb 8 22:14:29 2014 (r343401) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402082214.s18METCf014858>