diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /ftp/php80-ftp/Makefile | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'ftp/php80-ftp/Makefile')
-rw-r--r-- | ftp/php80-ftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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__/ \ |