diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:49:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-06 17:49:09 +0000 |
commit | 616b95b40c91bc3e56533ea349f2b691befe0d21 (patch) | |
tree | eb79e6eea9ec6a80dbc1f1f377ae3157b3a4a5a2 | |
parent | 4822716ef73cae1b614741b9644759336d4887b1 (diff) | |
download | ports-616b95b40c91bc3e56533ea349f2b691befe0d21.tar.gz ports-616b95b40c91bc3e56533ea349f2b691befe0d21.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-filepro/Makefile | 14 |
3 files changed, 1 insertions, 15 deletions
@@ -2516,3 +2516,4 @@ graphics/php4-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming co graphics/php5-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming conversion chinese/xcin25|chinese/xcin|2006-11-05|Reflect its real portname mail/nail|mail/heirloom-mailx|2006-11-05|Project name changed +databases/php5-filepro||2006-11-06|Removed in 5.2 branch diff --git a/databases/Makefile b/databases/Makefile index a20555f8c40b..68cd8ae4627f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -346,7 +346,6 @@ SUBDIR += php5-creole SUBDIR += php5-dba SUBDIR += php5-dbase - SUBDIR += php5-filepro SUBDIR += php5-interbase SUBDIR += php5-mssql SUBDIR += php5-mysql diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile deleted file mode 100644 index 0d856339ad45..000000000000 --- a/databases/php5-filepro/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# New ports collection makefile for: php5-filepro -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= databases - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -filepro - -.include "${MASTERDIR}/Makefile" |