svn commit: r319271 - head/sysutils/pipemeter

Boris Samorodov bsam at FreeBSD.org
Mon May 27 16:41:54 UTC 2013


Author: bsam
Date: Mon May 27 16:41:53 2013
New Revision: 319271
URL: http://svnweb.freebsd.org/changeset/ports/319271

Log:
  . remove LICENSE_FILE of a standard one (GPLv2);
  . trim Makefile Headers;
  . remove the indefinite article from COMMENT.

Modified:
  head/sysutils/pipemeter/Makefile

Modified: head/sysutils/pipemeter/Makefile
==============================================================================
--- head/sysutils/pipemeter/Makefile	Mon May 27 16:28:56 2013	(r319270)
+++ head/sysutils/pipemeter/Makefile	Mon May 27 16:41:53 2013	(r319271)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 	pipemeter
-# Date created:			2003-12-02
-# Whom:				Len Sassama
-#
+# Created by: Len Sassama
 # $FreeBSD$
-#
 
 PORTNAME=	pipemeter
 PORTVERSION=	1.1.3
@@ -12,10 +8,9 @@ MASTER_SITES=	http://launchpadlibrarian.
 		http://spamaps.org/files/pipemeter/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tool for displaying pipe status information
+COMMENT=	Tool for displaying pipe status information
 
 LICENSE=	GPLv2 # (or later)
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list