svn commit: r321399 - head/comms/tkhylafax

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 16:23:22 UTC 2013


Author: bsam
Date: Thu Jun 20 16:23:22 2013
New Revision: 321399
URL: http://svnweb.freebsd.org/changeset/ports/321399

Log:
  . portlint: "RUN_DEPENDS" has to appear earlier;
  . remove an article from COMMENT;
  . trim Makefile headers.

Modified:
  head/comms/tkhylafax/Makefile

Modified: head/comms/tkhylafax/Makefile
==============================================================================
--- head/comms/tkhylafax/Makefile	Thu Jun 20 16:19:43 2013	(r321398)
+++ head/comms/tkhylafax/Makefile	Thu Jun 20 16:23:22 2013	(r321399)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:	tkhylafax
-# Date created:		Sun Jun  8 11:51:21 CEST 1997
-# Whom:			Andreas Klemm <andreas at klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas at klemm.gtn.com>
 # $FreeBSD$
-#
 
 PORTNAME=	tkhylafax
 PORTVERSION=	3.2b
@@ -13,14 +9,14 @@ MASTER_SITES=	ftp://ftp.hylafax.org/cont
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tcl/tk interface to Sam Leffler's fax package
-
-USE_GHOSTSCRIPT_RUN=	yes
-USE_TK_RUN=	84
+COMMENT=	Tcl/tk interface to Sam Leffler's fax package
 
 RUN_DEPENDS=	sendfax:${PORTSDIR}/comms/hylafax \
 		gv:${PORTSDIR}/print/gv
 
+USE_GHOSTSCRIPT_RUN=	yes
+USE_TK_RUN=	84
+
 WRKSRC=		${WRKDIR}/tkhylafax
 MAN1=		tkhylafax.1
 


More information about the svn-ports-all mailing list