diff options
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 25d1ca3ec7b..92a623f075b 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/03/22 11:00:36 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2020/04/25 18:59:30 rillig Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -33,7 +33,7 @@ REPLACE_PHP= ext/phar/phar/phar.php run-tests.php SUBST_CLASSES+= path SUBST_MESSAGE.path= Fixing common paths. SUBST_STAGE.path= pre-configure -SUBST_FILES.path= php.ini-development php.ini-production run-tests.php +SUBST_FILES.path= php.ini-development php.ini-production SUBST_FILES.path+= sapi/cgi/Makefile.frag SUBST_VARS.path= CGIDIR SUBST_VARS.path+= PREFIX |