svn commit: r318052 - head/dns/pear-File_DNS

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:53:29 UTC 2013


Author: miwi
Date: Mon May 13 09:53:28 2013
New Revision: 318052
URL: http://svnweb.freebsd.org/changeset/ports/318052

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/dns/pear-File_DNS/Makefile   (contents, props changed)

Modified: head/dns/pear-File_DNS/Makefile
==============================================================================
--- head/dns/pear-File_DNS/Makefile	Mon May 13 09:52:59 2013	(r318051)
+++ head/dns/pear-File_DNS/Makefile	Mon May 13 09:53:28 2013	(r318052)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-File_DNS
-# Date created:		03 July 2007
-# Whom:			Chris St Denis (<chris at ctgameinfo.com>)
-#
+# Created by: Chris St Denis (<chris at ctgameinfo.com>)
 # $FreeBSD$
-#
 
 PORTNAME=	File_DNS
 PORTVERSION=	0.1.0
@@ -15,8 +11,7 @@ COMMENT=	PEAR class to read and write RF
 BUILD_DEPENDS=	${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
 RUN_DEPENDS=	${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
 
-FILES=		File/DNS.php
-EXAMPLES=	example.php example.net
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list