From 4df833e96517d37ba758b0df9dd5860f9850dd72 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Tue, 15 Feb 2000 23:54:36 +0000 Subject: PREFIX -> LOCALBASE in *_DEPENDS (portlint) --- www/mod_dav/Makefile | 4 ++-- www/squirm/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index e75613c1aa02..a5c1ae5780cc 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.webdav.org/mod_dav/ MAINTAINER= patrick@mindstep.com -BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 # This port will work with the following version of Apache and anything newer. APACHE_VERSION= 1.3.6 diff --git a/www/squirm/Makefile b/www/squirm/Makefile index 309cfdef1850..0a5292626b8b 100644 --- a/www/squirm/Makefile +++ b/www/squirm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.senet.com.au/squirm/ \ MAINTAINER= sobomax@altavista.net -RUN_DEPENDS= ${PREFIX}/sbin/squid:${PORTSDIR}/www/squid22 +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid22 NO_PACKAGE= must set SQUID_UID and SQUID_GID before building -- cgit v1.2.3