Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 01:30:56 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314216 - head/devel/pear-FSM
Message-ID:  <201303150130.r2F1UuKT003703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 01:30:55 2013
New Revision: 314216
URL: http://svnweb.freebsd.org/changeset/ports/314216

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/devel/pear-FSM/Makefile
==============================================================================
--- head/devel/pear-FSM/Makefile	Fri Mar 15 01:29:36 2013	(r314215)
+++ head/devel/pear-FSM/Makefile	Fri Mar 15 01:30:55 2013	(r314216)
@@ -11,10 +11,7 @@ COMMENT=	PEAR Finite State Machine
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		FSM.php FSM/GraphViz.php
-DOCS=		guide.txt graphviz.png
-TESTS=		addTransitionsArray.phpt transitions.phpt graphviz.phpt
-EXAMPLES=	rpn.php graphviz.php
+PEAR_AUTOINSTALL=	yes
 
 LATEST_LINK=	pear-${PORTNAME}
 OPTIONS_DEFINE=	PEAR_GRAPGHVIZ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150130.r2F1UuKT003703>