diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-07-24 21:16:39 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-07-24 21:16:39 +0000 |
commit | 9baf7cd80528d08a692420ef2110ef0addae3919 (patch) | |
tree | 1f5e6c700e9e9ed00276ad61e7016570cc6562cd | |
parent | - Switch to MPICH2; (diff) |
Remove the now redundant horde-php5 port: php 5 has been made the
default version.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/horde-php5/Makefile | 15 |
3 files changed, 1 insertions, 16 deletions
@@ -2423,3 +2423,4 @@ net/tethereal|net/tshark|2006-07-17|Project name has changed net/tethereal-lite|net/tshark-lite|2006-07-17|Project name has changed games/quake3-q3base|games/q3base|2006-07-22|the "quake3-" prefix is used by modifications and the like, not engines lang/fpc-demo||2006-07-24|Removed because it's not necessary anymore +www/horde-php5||2006-07-24|Removed: this port is redundant now that php5 is the default diff --git a/www/Makefile b/www/Makefile index 10c1b426ef02..33c0934d1937 100644 --- a/www/Makefile +++ b/www/Makefile @@ -180,7 +180,6 @@ SUBDIR += havp SUBDIR += horde SUBDIR += horde-passwd - SUBDIR += horde-php5 SUBDIR += hotjava SUBDIR += htdump SUBDIR += html2hdml diff --git a/www/horde-php5/Makefile b/www/horde-php5/Makefile deleted file mode 100644 index b9846a1af775..000000000000 --- a/www/horde-php5/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: horde-php5 -# Date created: 27 Nov 2004 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../horde - -IGNORE= "Cannot package: conflict between PHP4 and PHP5" - -DEFAULT_PHP_VER= 5 -WITH_PHP5= yes - -.include "${MASTERDIR}/Makefile" |