aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 21:07:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 21:07:12 +0000
commitf88a6da89bdda78e0e777198dd0e3311aae59192 (patch)
treef7171442b7f05c109d95e045c549822f8a366a06 /sysutils/pear-File/Makefile
parent8e4b5f83ba23681abce739629b7df5012aa15c08 (diff)
Notes
Diffstat (limited to 'sysutils/pear-File/Makefile')
-rw-r--r--sysutils/pear-File/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 212adf08105b..0c42341a96a6 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File
-PORTVERSION= 1.1.0.r2
+PORTVERSION= 1.1.0.r3
PORTEPOCH= 1
CATEGORIES= sysutils www pear
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
@@ -24,10 +24,10 @@ TESTS= parser.php test.csv FileTest.php
.include <bsd.port.pre.mk>
-PHP_VERS= ${PHP_VERSION:S/.//g}
+PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 430
-IGNORE= "You need PHP 4.3.0 or later to install PEAR::File"
+IGNORE= "You need PHP 4.3.0 or later to install PEAR::File"
.endif
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"