pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/unit-php: use RUN macro.
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Thu Feb 25 21:45:14 2021 -0500
Changeset: 5bfdaf578544dd34bc69264c47116eac54c18b8a
Modified Files:
unit-php/Makefile
Log Message:
wip/unit-php: use RUN macro.
Suggested by: otis
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5bfdaf578544dd34bc69264c47116eac54c18b8a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit-php/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/unit-php/Makefile b/unit-php/Makefile
index 13fd22d743..71513561a9 100644
--- a/unit-php/Makefile
+++ b/unit-php/Makefile
@@ -12,7 +12,7 @@ PHP_VERSIONS_ACCEPTED?= 56 73 74
.include "../../lang/php/phpversion.mk"
-PHP_BUILD_OPTIONS!= ${PKG_INFO} -Bn php | ${GREP} PKG_OPTIONS
+PHP_BUILD_OPTIONS!= ${RUN} ${PKG_INFO} -Bn php | ${GREP} PKG_OPTIONS
.if empty(PHP_BUILD_OPTIONS:Mphp-embed)
BROKEN= "Requires the php-embed option enabled in PHP."
.endif
Home |
Main Index |
Thread Index |
Old Index