Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 06:12:12 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413100 - head/devel/cvschk
Message-ID:  <201604120612.u3C6CC3q065565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Apr 12 06:12:11 2016
New Revision: 413100
URL: https://svnweb.freebsd.org/changeset/ports/413100

Log:
  Fix portlint warnings, adding a LICENSE.

Deleted:
  head/devel/cvschk/pkg-plist
Modified:
  head/devel/cvschk/Makefile

Modified: head/devel/cvschk/Makefile
==============================================================================
--- head/devel/cvschk/Makefile	Tue Apr 12 06:02:18 2016	(r413099)
+++ head/devel/cvschk/Makefile	Tue Apr 12 06:12:11 2016	(r413100)
@@ -4,7 +4,7 @@
 PORTNAME=	cvschk
 PORTVERSION=	1.12
 CATEGORIES=	devel
-MASTER_SITES=	LOCAL/mandree/
+MASTER_SITES=	LOCAL/mandree/ \
 		# http://cvs.sslug.dk/cvs2html/utils/
 DISTNAME=	cvschk
 EXTRACT_SUFX=
@@ -13,11 +13,15 @@ EXTRACT_ONLY=
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Quick offline checker for CVS modifications
 
+LICENSE=	GPLv1
+
 USES=		perl5
 USE_PERL5=	run
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
+PLIST_FILES=	bin/cvschk man/man1/cvschk.1.gz
+
 do-configure:
 	${SED} -e "s,^#!/usr/bin/perl -w,#! ${PERL} -w," \
 	<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604120612.u3C6CC3q065565>