Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:53:28 +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: r318052 - head/dns/pear-File_DNS
Message-ID:  <201305130953.r4D9rS5H049664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ctgameinfo.com>)
-#
+# Created by: Chris St Denis (<chris@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130953.r4D9rS5H049664>