diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php4-curl/Makefile | 18 | ||||
-rw-r--r-- | ftp/php4-ftp/Makefile | 17 |
3 files changed, 0 insertions, 37 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index f23365090caf..3dc97383efa2 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -73,8 +73,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php4-curl - SUBDIR += php4-ftp SUBDIR += php5-curl SUBDIR += php5-ftp SUBDIR += php52-curl diff --git a/ftp/php4-curl/Makefile b/ftp/php4-curl/Makefile deleted file mode 100644 index 4623b8c011ac..000000000000 --- a/ftp/php4-curl/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: php4-curl -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -DEPRECATED= php4 is EOLed -EXPIRATION_DATE= 2012-05-10 - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php4 - -PKGNAMESUFFIX= -curl -PORTREVISION= 1 - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/php4-ftp/Makefile b/ftp/php4-ftp/Makefile deleted file mode 100644 index 9b04ab951247..000000000000 --- a/ftp/php4-ftp/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: php4-ftp -# Date created: 7 Jul 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -DEPRECATED= php4 is EOLed -EXPIRATION_DATE= 2012-05-10 - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php4 - -PKGNAMESUFFIX= -ftp - -.include "${MASTERDIR}/Makefile" |