diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php71-curl/Makefile | 11 | ||||
-rw-r--r-- | ftp/php71-ftp/Makefile | 15 |
3 files changed, 0 insertions, 28 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 07d6fce249c0..d8a3d2772ff9 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -59,8 +59,6 @@ SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += php-fastdfs - SUBDIR += php71-curl - SUBDIR += php71-ftp SUBDIR += php72-curl SUBDIR += php72-ftp SUBDIR += php73-curl diff --git a/ftp/php71-curl/Makefile b/ftp/php71-curl/Makefile deleted file mode 100644 index 48433d380894..000000000000 --- a/ftp/php71-curl/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -curl - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/php71-ftp/Makefile b/ftp/php71-ftp/Makefile deleted file mode 100644 index a386ccca011f..000000000000 --- a/ftp/php71-ftp/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php71 - -PKGNAMESUFFIX= -ftp - -TEST_TARGET= test - -post-patch: - @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ - ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* - -.include "${MASTERDIR}/Makefile" |