diff options
Diffstat (limited to 'ftp/php71-ftp/Makefile')
-rw-r--r-- | ftp/php71-ftp/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
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" |