diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php73-curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/php73-ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php74-curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/php74-ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php80-curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/php80-ftp/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ftp/php73-curl/Makefile b/ftp/php73-curl/Makefile index 7640d97a8e41..b6f2afe97734 100644 --- a/ftp/php73-curl/Makefile +++ b/ftp/php73-curl/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php73 PKGNAMESUFFIX= -curl -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/ftp/php73-ftp/Makefile b/ftp/php73-ftp/Makefile index b1f5a8fe9766..77817096e767 100644 --- a/ftp/php73-ftp/Makefile +++ b/ftp/php73-ftp/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php73 PKGNAMESUFFIX= -ftp -TEST_TARGET= test +TEST_TARGET= test post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ diff --git a/ftp/php74-curl/Makefile b/ftp/php74-curl/Makefile index c7d1e0d4fdb3..5a51352ce414 100644 --- a/ftp/php74-curl/Makefile +++ b/ftp/php74-curl/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php74 PKGNAMESUFFIX= -curl -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/ftp/php74-ftp/Makefile b/ftp/php74-ftp/Makefile index df10f539f3ab..2ef031372434 100644 --- a/ftp/php74-ftp/Makefile +++ b/ftp/php74-ftp/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php74 PKGNAMESUFFIX= -ftp -TEST_TARGET= test +TEST_TARGET= test post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ diff --git a/ftp/php80-curl/Makefile b/ftp/php80-curl/Makefile index 52516b8b2774..ad6c01bfd607 100644 --- a/ftp/php80-curl/Makefile +++ b/ftp/php80-curl/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -curl -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/ftp/php80-ftp/Makefile b/ftp/php80-ftp/Makefile index 0bb2a1c77267..be45ee9254e0 100644 --- a/ftp/php80-ftp/Makefile +++ b/ftp/php80-ftp/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -ftp -TEST_TARGET= test +TEST_TARGET= test post-patch: @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ |