pkgsrc-WIP-changes archive

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

query_weathermap_runtime.php needs the path to PHP corrected



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Fri Nov 27 14:40:42 2015 +0100
Changeset:	586e839813bd1fcb8ba3a65b4d897ed574064fdd

Modified Files:
	cacti-plugin-weathermap/Makefile

Log Message:
query_weathermap_runtime.php needs the path to PHP corrected

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=586e839813bd1fcb8ba3a65b4d897ed574064fdd

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

diffstat:
 cacti-plugin-weathermap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cacti-plugin-weathermap/Makefile b/cacti-plugin-weathermap/Makefile
index 216529a..ad237c1 100644
--- a/cacti-plugin-weathermap/Makefile
+++ b/cacti-plugin-weathermap/Makefile
@@ -33,7 +33,7 @@ PLUGINDIR=		${CACTIDIR}/plugins/weathermap
 REPLACE_INTERPRETER+=	php
 REPLACE.php.old=	.*php[^ ]*
 REPLACE.php.new=	${PREFIX}/bin/php
-REPLACE_FILES.php=	weathermap
+REPLACE_FILES.php=	weathermap random-bits/query_weathermap_runtime.php
 
 REPLACE_PERL+=		random-bits/auto-overlib.pl
 


Home | Main Index | Thread Index | Old Index