From 77ec75baf318dc19527e7e8bc8f9f1859e0a77a4 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 14 Dec 2001 21:24:11 +0000 Subject: Rework how we tell the Makefile to use ${LOCALBASE}/sbin/apxs. Noticed by: bento --- www/mod_layout/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www/mod_layout') diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index f034d742ff7e..f2cb640e51cb 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -16,10 +16,8 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -MAKE_ENV= APXS=${LOCALBASE}/sbin/apxs - post-patch: - @${PERL} -pi -e 's!APXS=apxs!APXS?=apxs!' \ + @${PERL} -pi -e 's!apxs!${LOCALBASE}/sbin/apxs!g' \ ${WRKSRC}/Makefile post-install: -- cgit v1.2.3