From 7621905da154c2f22ee0dca6e34b83c27029a286 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 27 Sep 2011 10:02:02 +0000 Subject: [PATCH] ${LOCALBASE}/bin/php is no good any more, use MODPHP_BIN --- net/php-weathermap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/php-weathermap/Makefile b/net/php-weathermap/Makefile index 52d60303eb2..f1b5d91f565 100644 --- a/net/php-weathermap/Makefile +++ b/net/php-weathermap/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2011/09/16 11:13:39 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2011/09/27 10:02:02 sthen Exp $ COMMENT= graphical network traffic map DISTNAME= php-weathermap-0.97a -REVISION= 3 +REVISION= 4 EXTRACT_SUFX= .zip CATEGORIES= net www @@ -35,7 +35,7 @@ INSTDIR= ${PREFIX}/weathermap SUBST_VARS= INSTDIR do-configure: - perl -pi -e 's,^#!/usr/bin/php,#!${LOCALBASE}/bin/php,;' \ + perl -pi -e 's,^#!/usr/bin/php,#!${MODPHP_BIN},;' \ -e 's,/usr/bin/rrdtool,${LOCALBASE}/bin/rrdtool,;' \ ${WRKSRC}/weathermap