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 /databases | |
parent | 4822716ef73cae1b614741b9644759336d4887b1 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php5-filepro/Makefile | 14 |
2 files changed, 0 insertions, 15 deletions
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" |