diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-25 18:59:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-25 18:59:30 +0000 |
commit | 526288750cbb2a729a8be82a16a1207b4860fe5b (patch) | |
tree | eece8c752a2b1efe6abac2cb664f0ba7ee45f7e7 /lang/php73 | |
parent | 1e23d92e4bad2aac32c87d347a6d0470583d8b6e (diff) | |
download | pkgsrc-526288750cbb2a729a8be82a16a1207b4860fe5b.tar.gz |
lang/php73: remove redundant file from SUBST_FILES
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 |