pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-fpm



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Apr 17 09:18:54 UTC 2020

Modified Files:
        pkgsrc/www/php-fpm: Makefile

Log Message:
php-fpm: remove useless variable

pkgsrc changes:
---------------
* Remove USE_PHP_EXT_PATCHES since lang/php/ext.mk is not included.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/php-fpm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-fpm/Makefile
diff -u pkgsrc/www/php-fpm/Makefile:1.30 pkgsrc/www/php-fpm/Makefile:1.31
--- pkgsrc/www/php-fpm/Makefile:1.30    Wed Apr 15 11:57:35 2020
+++ pkgsrc/www/php-fpm/Makefile Fri Apr 17 09:18:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/04/15 11:57:35 triaxx Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/17 09:18:54 triaxx Exp $
 
 PKGNAME=       ${PHP_PKG_PREFIX}-fpm-${PHP_VERSION}
 PKGREVISION=   3
@@ -10,7 +10,6 @@ LICENSE=      2-clause-bsd
 
 USE_TOOLS+=    pkg-config
 
-USE_PHP_EXT_PATCHES=   yes
 LIBTOOL_OVERRIDE=      # empty
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index