Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 01:34:36 +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: r314220 - head/devel/pear-Math_Fraction
Message-ID:  <201303150134.r2F1Ya1E004471@svn.freebsd.org>

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

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/devel/pear-Math_Fraction/Makefile
==============================================================================
--- head/devel/pear-Math_Fraction/Makefile	Fri Mar 15 01:33:44 2013	(r314219)
+++ head/devel/pear-Math_Fraction/Makefile	Fri Mar 15 01:34:36 2013	(r314220)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Math_Fraction
-# Date created:			  05 August 2007
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math_Fraction
 PORTVERSION=	0.4.1
@@ -15,11 +11,7 @@ COMMENT=	Classes that represent and mani
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Math
-FILES=		Fraction.php FractionOp.php
-
-EXAMPLES=	using_fractionop.php
-_EXAMPLESDIR=	docs/examples
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"



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