aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-04-17 21:00:10 +0000
committerRene Ladan <rene@FreeBSD.org>2015-04-17 21:00:10 +0000
commit2af5dcc160f59e3915e6f8a0c19b7650638cbd46 (patch)
tree1fdf47022a8f664140594ff7b238feaa6d0dd6db /ftp
parentea34d39e045f1e179cad055445a6716f05f00773 (diff)
downloadports-2af5dcc160f59e3915e6f8a0c19b7650638cbd46.tar.gz
ports-2af5dcc160f59e3915e6f8a0c19b7650638cbd46.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/php53-curl/Makefile9
-rw-r--r--ftp/php53-ftp/Makefile13
3 files changed, 0 insertions, 24 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 1aa9254ae3fe..542a09c1f2b6 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -66,8 +66,6 @@
SUBDIR += pftpd
SUBDIR += php5-curl
SUBDIR += php5-ftp
- SUBDIR += php53-curl
- SUBDIR += php53-ftp
SUBDIR += php55-curl
SUBDIR += php55-ftp
SUBDIR += php56-curl
diff --git a/ftp/php53-curl/Makefile b/ftp/php53-curl/Makefile
deleted file mode 100644
index 1080752fdc0e..000000000000
--- a/ftp/php53-curl/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php53
-
-PKGNAMESUFFIX= -curl
-
-.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php53-ftp/Makefile b/ftp/php53-ftp/Makefile
deleted file mode 100644
index aead40c91572..000000000000
--- a/ftp/php53-ftp/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php53
-
-PKGNAMESUFFIX= -ftp
-
-post-patch:
- @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
- ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
-
-.include "${MASTERDIR}/Makefile"