Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:49:11 +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: r318044 - head/devel/pear-XML_NITF
Message-ID:  <201305130949.r4D9nBCZ046855@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:49:11 2013
New Revision: 318044
URL: http://svnweb.freebsd.org/changeset/ports/318044

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/devel/pear-XML_NITF/Makefile   (contents, props changed)

Modified: head/devel/pear-XML_NITF/Makefile
==============================================================================
--- head/devel/pear-XML_NITF/Makefile	Mon May 13 09:47:05 2013	(r318043)
+++ head/devel/pear-XML_NITF/Makefile	Mon May 13 09:49:11 2013	(r318044)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-XML_NITF
-# Date created:			  18 March 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_NITF
 PORTVERSION=	1.1.1
@@ -13,9 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR NITF XML parser
 
 BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
 
-FILES=		XML/NITF.php
+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?201305130949.r4D9nBCZ046855>