aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 10:32:56 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 10:32:56 +0800
commit597b48591ecc4d8392bd758180089cfe1e560799 (patch)
tree3d5af29abb86da9cd69d7c8247daf80c288123a5
parentd1070ee5696caa8c5e099b7e634f1d8c64631bf1 (diff)
downloadfreebsd-ports-gnome-597b48591ecc4d8392bd758180089cfe1e560799.tar.gz
freebsd-ports-gnome-597b48591ecc4d8392bd758180089cfe1e560799.tar.zst
freebsd-ports-gnome-597b48591ecc4d8392bd758180089cfe1e560799.zip
- Convert to PEAR_AUTOINSTALL
-rw-r--r--devel/pear-OLE/Makefile12
1 files 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 <pav@FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"