svn commit: r413100 - head/devel/cvschk

Matthias Andree mandree at FreeBSD.org
Tue Apr 12 06:12:13 UTC 2016


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


More information about the svn-ports-all mailing list