aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-16 17:12:24 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-16 17:12:24 +0000
commit96025cafd359016691231066f5edd39a633ca915 (patch)
treecf50983960bab0b945d9996e287f8de565acc7ad /ftp
parent3d401a3f727f9397d080c49032c532f01cee3d16 (diff)
downloadports-96025cafd359016691231066f5edd39a633ca915.tar.gz
ports-96025cafd359016691231066f5edd39a633ca915.zip
PHP 7.2: Remove bad repocopies.
Reported by: adamw
Notes
Notes: svn path=/head/; revision=454318
Diffstat (limited to 'ftp')
-rw-r--r--ftp/php72-curl/php71-curl/Makefile9
-rw-r--r--ftp/php72-ftp/php71-ftp/Makefile13
2 files changed, 0 insertions, 22 deletions
diff --git a/ftp/php72-curl/php71-curl/Makefile b/ftp/php72-curl/php71-curl/Makefile
deleted file mode 100644
index 61f26cd2bfbc..000000000000
--- a/ftp/php72-curl/php71-curl/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -curl
-
-.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php72-ftp/php71-ftp/Makefile b/ftp/php72-ftp/php71-ftp/Makefile
deleted file mode 100644
index 15111ceec0e1..000000000000
--- a/ftp/php72-ftp/php71-ftp/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php71
-
-PKGNAMESUFFIX= -ftp
-
-post-patch:
- @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
- ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
-
-.include "${MASTERDIR}/Makefile"