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 /databases/php80-pdo_dblib/Makefile | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'databases/php80-pdo_dblib/Makefile')
-rw-r--r-- | databases/php80-pdo_dblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php80-pdo_dblib/Makefile b/databases/php80-pdo_dblib/Makefile index b75d68b8e5c6..de84690c16af 100644 --- a/databases/php80-pdo_dblib/Makefile +++ b/databases/php80-pdo_dblib/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -pdo_dblib -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" |