Date: Sat, 2 Mar 2013 11:53:19 +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: r313226 - head/sysutils/pear-File_Find Message-ID: <201303021153.r22BrJx5068660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 2 11:53:19 2013 New Revision: 313226 URL: http://svnweb.freebsd.org/changeset/ports/313226 Log: - Unbreak build - Trim header Modified: head/sysutils/pear-File_Find/Makefile (contents, props changed) Modified: head/sysutils/pear-File_Find/Makefile ============================================================================== --- head/sysutils/pear-File_Find/Makefile Sat Mar 2 11:38:19 2013 (r313225) +++ head/sysutils/pear-File_Find/Makefile Sat Mar 2 11:53:19 2013 (r313226) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-File_Find -# Date created: 29 November 2002 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= File_Find PORTVERSION= 1.3.1 @@ -13,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class that facilitates the search of filesystems BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes -CATEGORY= File -FILES= Find.php -TESTS= setup.php 01glob.phpt 02maptree.phpt 03maptreemultiple.phpt \ - 04search.phpt 05search_inside.phpt bug2773.phpt +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?201303021153.r22BrJx5068660>