svn commit: r318044 - head/devel/pear-XML_NITF

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:49:11 UTC 2013


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 at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_NITF
 PORTVERSION=	1.1.1
@@ -13,9 +9,9 @@ MAINTAINER=	miwi at 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"


More information about the svn-ports-all mailing list