diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-25 18:54:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-25 18:54:20 +0000 |
commit | 1e23d92e4bad2aac32c87d347a6d0470583d8b6e (patch) | |
tree | f096de1566b5a36bd55c3db3ed74501ec96cc7d4 /lang/php72/Makefile | |
parent | fe419797aaf5b2195a206532dd1cd08804622557 (diff) | |
download | pkgsrc-1e23d92e4bad2aac32c87d347a6d0470583d8b6e.tar.gz |
lang/php72: re-add accidentally removed file to SUBST_FILES
Diffstat (limited to 'lang/php72/Makefile')
-rw-r--r-- | lang/php72/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 8406aeddb0a..9de54448836 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/04/25 18:47:35 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2020/04/25 18:54:20 rillig Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -34,6 +34,7 @@ SUBST_CLASSES+= path SUBST_MESSAGE.path= Fixing common paths. SUBST_STAGE.path= pre-configure SUBST_FILES.path= php.ini-development php.ini-production +SUBST_FILES.path+= sapi/cgi/Makefile.frag SUBST_VARS.path= CGIDIR PREFIX INSTALLATION_DIRS+= ${CGIDIR} ${PHP_EXTENSION_DIR} ${EGDIR} share/php |