svn commit: r313226 - head/sysutils/pear-File_Find

Martin Wilke miwi at FreeBSD.org
Sat Mar 2 11:53:19 UTC 2013


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 at pompo.net>
-#
+# Created by: Thierry Thomas <thierry at pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	File_Find
 PORTVERSION=	1.3.1
@@ -13,13 +9,9 @@ MAINTAINER=	miwi at 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"


More information about the svn-ports-head mailing list