diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-07-24 08:44:32 +0000 |
commit | b817a5b90ecda36f868b684f228214fafcab35ab (patch) | |
tree | 751612430d8a08dd5989d9992db1e4cabdd5ea9c /archivers | |
parent | c97e9ce392ce8ff98e10df04c30fbd7a326bcd0f (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php71-bz2/Makefile | 2 | ||||
-rw-r--r-- | archivers/php71-phar/Makefile | 2 | ||||
-rw-r--r-- | archivers/php71-zip/Makefile | 2 | ||||
-rw-r--r-- | archivers/php71-zlib/Makefile | 2 | ||||
-rw-r--r-- | archivers/php72-bz2/Makefile | 2 | ||||
-rw-r--r-- | archivers/php72-phar/Makefile | 2 | ||||
-rw-r--r-- | archivers/php72-zip/Makefile | 2 | ||||
-rw-r--r-- | archivers/php72-zlib/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/archivers/php71-bz2/Makefile b/archivers/php71-bz2/Makefile index b3b961e8457d..b2172c21b897 100644 --- a/archivers/php71-bz2/Makefile +++ b/archivers/php71-bz2/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -bz2 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-phar/Makefile b/archivers/php71-phar/Makefile index 5e76f4c710bc..7ddc5051bef3 100644 --- a/archivers/php71-phar/Makefile +++ b/archivers/php71-phar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -phar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-zip/Makefile b/archivers/php71-zip/Makefile index 2de9fd13bf4e..4728bf25a24f 100644 --- a/archivers/php71-zip/Makefile +++ b/archivers/php71-zip/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -zip +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php71-zlib/Makefile b/archivers/php71-zlib/Makefile index 24e808153df0..045af271f1f5 100644 --- a/archivers/php71-zlib/Makefile +++ b/archivers/php71-zlib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -zlib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-bz2/Makefile b/archivers/php72-bz2/Makefile index 2193091f43da..e1f3440bf741 100644 --- a/archivers/php72-bz2/Makefile +++ b/archivers/php72-bz2/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -bz2 +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-phar/Makefile b/archivers/php72-phar/Makefile index 8adfdb8f76aa..a150a9e24779 100644 --- a/archivers/php72-phar/Makefile +++ b/archivers/php72-phar/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -phar +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-zip/Makefile b/archivers/php72-zip/Makefile index 3b4f0a2b308f..4710e06e1454 100644 --- a/archivers/php72-zip/Makefile +++ b/archivers/php72-zip/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -zip +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" diff --git a/archivers/php72-zlib/Makefile b/archivers/php72-zlib/Makefile index 65f534fc0c81..eab91ee6346e 100644 --- a/archivers/php72-zlib/Makefile +++ b/archivers/php72-zlib/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -zlib +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" |