svn commit: r314215 - head/net/pear-Services_Pingback

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 01:29:37 UTC 2013


Author: miwi
Date: Fri Mar 15 01:29:36 2013
New Revision: 314215
URL: http://svnweb.freebsd.org/changeset/ports/314215

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/net/pear-Services_Pingback/Makefile   (contents, props changed)

Modified: head/net/pear-Services_Pingback/Makefile
==============================================================================
--- head/net/pear-Services_Pingback/Makefile	Fri Mar 15 01:28:32 2013	(r314214)
+++ head/net/pear-Services_Pingback/Makefile	Fri Mar 15 01:29:36 2013	(r314215)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Services_Pingback
-# Date created:			  05 August 2007
-# Whom:				  Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Services_Pingback
 PORTVERSION=	0.2.2
@@ -15,11 +11,7 @@ COMMENT=	Pingback user-agent class
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	Services
-FILES=		Services/Pingback.php
-
-EXAMPLES=	receive.php send.php source.php target.php
-_EXAMPLESDIR=	docs/examples
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list