svn commit: r314252 - head/devel/pear-Console_Color

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 06:22:54 UTC 2013


Author: miwi
Date: Fri Mar 15 06:22:53 2013
New Revision: 314252
URL: http://svnweb.freebsd.org/changeset/ports/314252

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/devel/pear-Console_Color/Makefile   (contents, props changed)

Modified: head/devel/pear-Console_Color/Makefile
==============================================================================
--- head/devel/pear-Console_Color/Makefile	Fri Mar 15 06:21:53 2013	(r314251)
+++ head/devel/pear-Console_Color/Makefile	Fri Mar 15 06:22:53 2013	(r314252)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Console_Color
-# Date created:			  27 December 2006
-# Whom:				  Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Console_Color
 PORTVERSION=	1.0.3
@@ -13,11 +9,9 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR use ANSI console colors
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Console
-FILES=		Color.php
-EXAMPLES=	color_example.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list