svn commit: r314410 - head/www/pear-Services_Compete

Martin Wilke miwi at FreeBSD.org
Sun Mar 17 08:18:00 UTC 2013


Author: miwi
Date: Sun Mar 17 08:17:59 2013
New Revision: 314410
URL: http://svnweb.freebsd.org/changeset/ports/314410

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/www/pear-Services_Compete/Makefile   (contents, props changed)

Modified: head/www/pear-Services_Compete/Makefile
==============================================================================
--- head/www/pear-Services_Compete/Makefile	Sun Mar 17 08:17:05 2013	(r314409)
+++ head/www/pear-Services_Compete/Makefile	Sun Mar 17 08:17:59 2013	(r314410)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Services_Compete
-# Date created:			  21 Jan 2007
-# Whom:				  Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Services_Compete
 PORTVERSION=	0.1.0
@@ -15,11 +11,7 @@ COMMENT=	PHP interface to Compete SnapSh
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
 
-CATEGORY=	Services
-FILES=		Compete.php
-
-EXAMPLES=	test_Services_Compete.php
-_EXAMPLESDIR=	examples
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list