svn commit: r319245 - head/sysutils/mdf2iso

Boris Samorodov bsam at FreeBSD.org
Mon May 27 14:17:56 UTC 2013


Author: bsam
Date: Mon May 27 14:17:55 2013
New Revision: 319245
URL: http://svnweb.freebsd.org/changeset/ports/319245

Log:
  . trim Makefile headers;
  . remove the indefinite article from COMMENT;
  . remove LICENSE_FILE for the standard one (GPLv2).

Modified:
  head/sysutils/mdf2iso/Makefile

Modified: head/sysutils/mdf2iso/Makefile
==============================================================================
--- head/sysutils/mdf2iso/Makefile	Mon May 27 13:59:05 2013	(r319244)
+++ head/sysutils/mdf2iso/Makefile	Mon May 27 14:17:55 2013	(r319245)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mdf2iso
-# Date created:		2005-05-23
-# Whom:			Andrej Zverev <az at inec.ru>
-#
+# Created by: Andrej Zverev <az at inec.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	mdf2iso
 PORTVERSION=	0.3.0
@@ -12,10 +8,9 @@ MASTER_SITES=	BERLIOS
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A Alcohol 120% to ISO converter
+COMMENT=	Alcohol 120% to ISO converter
 
 LICENSE=	GPLv2 # (or later)
-LICENSE_FILE=	${WRKSRC}/gpl.txt
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-all mailing list