From 597b48591ecc4d8392bd758180089cfe1e560799 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 15 Mar 2013 02:32:56 +0000 Subject: - Convert to PEAR_AUTOINSTALL --- devel/pear-OLE/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/devel/pear-OLE/Makefile b/devel/pear-OLE/Makefile index 565dfadc69c0..0f2775d34677 100644 --- a/devel/pear-OLE/Makefile +++ b/devel/pear-OLE/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-OLE -# Date created: 16 March 2004 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= OLE DISTVERSION= 1.0.0RC1 @@ -13,11 +9,9 @@ MAINTAINER= pav@FreeBSD.org COMMENT= PEAR class for reading and writing OLE containers BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= OLE -FILES= OLE.php PPS.php ChainedBlockStream.php \ - PPS/File.php PPS/Root.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" -- cgit