svn commit: r343401 - head/textproc/rl

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 8 22:14:29 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list