aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
commitef50dbb213487797f1a2d9f4d0d5636f98bb3894 (patch)
treea82aa9cd34a90c5daecd9ec479f5a85b36141796 /ftp
parentf71856690663be97f52c087e275f98252bcfb3e6 (diff)
downloadports-ef50dbb213487797f1a2d9f4d0d5636f98bb3894.tar.gz
ports-ef50dbb213487797f1a2d9f4d0d5636f98bb3894.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/php52-curl/Makefile12
-rw-r--r--ftp/php52-ftp/Makefile11
3 files changed, 0 insertions, 25 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index f332189bcead..84cfc74d2071 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -66,8 +66,6 @@
SUBDIR += pftpd
SUBDIR += php5-curl
SUBDIR += php5-ftp
- SUBDIR += php52-curl
- SUBDIR += php52-ftp
SUBDIR += php53-curl
SUBDIR += php53-ftp
SUBDIR += php55-curl
diff --git a/ftp/php52-curl/Makefile b/ftp/php52-curl/Makefile
deleted file mode 100644
index 841fd0bcec4a..000000000000
--- a/ftp/php52-curl/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= ftp
-PORTREVISION= 15
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -curl
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php52-ftp/Makefile b/ftp/php52-ftp/Makefile
deleted file mode 100644
index d01c98416604..000000000000
--- a/ftp/php52-ftp/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -ftp
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"