svn commit: r314367 - head/textproc/pear-XML_Beautifier

Martin Wilke miwi at FreeBSD.org
Sat Mar 16 16:14:46 UTC 2013


Author: miwi
Date: Sat Mar 16 16:14:46 2013
New Revision: 314367
URL: http://svnweb.freebsd.org/changeset/ports/314367

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/textproc/pear-XML_Beautifier/Makefile   (contents, props changed)

Modified: head/textproc/pear-XML_Beautifier/Makefile
==============================================================================
--- head/textproc/pear-XML_Beautifier/Makefile	Sat Mar 16 16:14:17 2013	(r314366)
+++ head/textproc/pear-XML_Beautifier/Makefile	Sat Mar 16 16:14:46 2013	(r314367)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-XML_Beautifier
-# Date created:			  31 March 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_Beautifier
 PORTVERSION=	1.2.2
@@ -14,16 +10,10 @@ COMMENT=	PEAR class to format XML docume
 
 BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
 		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
 
-PEAR_WRKSRC=	yes
-CATEGORY=	XML
-FILES=		Beautifier/Renderer.php Beautifier/Tokenizer.php \
-		Beautifier/Renderer/Plain.php Beautifier.php
-EXAMPLES=	example1.php example2.php example3.php \
-		example4.php example5.php example6.php \
-		example7.php \
-		test.xml test2.xml test3.xml
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list