diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-05 15:46:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-05 15:46:02 +0000 |
commit | 1aaf1022212ac028c4fe22853aa76969437039ee (patch) | |
tree | 5737ff9d04cf33dfa35a21f4ffa1df3be2880c55 /ftp | |
parent | c4337bad81ecca634781b10f30df668da053cdde (diff) | |
download | ports-1aaf1022212ac028c4fe22853aa76969437039ee.tar.gz ports-1aaf1022212ac028c4fe22853aa76969437039ee.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php70-curl/Makefile | 10 | ||||
-rw-r--r-- | ftp/php70-ftp/Makefile | 14 |
3 files changed, 0 insertions, 26 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 0f58d09ff8f1..d0bb70a185dc 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -65,8 +65,6 @@ SUBDIR += php-fastdfs SUBDIR += php56-curl SUBDIR += php56-ftp - SUBDIR += php70-curl - SUBDIR += php70-ftp SUBDIR += php71-curl SUBDIR += php71-ftp SUBDIR += php72-curl diff --git a/ftp/php70-curl/Makefile b/ftp/php70-curl/Makefile deleted file mode 100644 index 2c359ab82aca..000000000000 --- a/ftp/php70-curl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -curl - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/php70-ftp/Makefile b/ftp/php70-ftp/Makefile deleted file mode 100644 index 300d5b187c92..000000000000 --- a/ftp/php70-ftp/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php70 - -PKGNAMESUFFIX= -ftp - -post-patch: - @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ - ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* - -.include "${MASTERDIR}/Makefile" |