diff options
author | ale <ale@FreeBSD.org> | 2006-11-07 01:49:09 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-11-07 01:49:09 +0800 |
commit | 163367847a2539e68656b4db444ebcdd631b885c (patch) | |
tree | 43bbebfb87775f10d3a81404dd4d73965601875b /databases | |
parent | 30962d027d49259aabee8f53d137adb39451cc4d (diff) | |
download | freebsd-ports-gnome-163367847a2539e68656b4db444ebcdd631b885c.tar.gz freebsd-ports-gnome-163367847a2539e68656b4db444ebcdd631b885c.tar.zst freebsd-ports-gnome-163367847a2539e68656b4db444ebcdd631b885c.zip |
Remove php5 filepro extension.
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" |