From b91de0854137e642b908b96fa85b7b4c1153cbac Mon Sep 17 00:00:00 2001 From: jeh Date: Thu, 1 Feb 2001 17:33:18 +0000 Subject: Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS Submitted by: bento --- misc/amanda-server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/amanda-server/Makefile') diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 65fe4ddfae86..ebe057e8c9c6 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -43,8 +43,8 @@ pre-fetch: @${ECHO} " The default is user" @${ECHO} "" -RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client -BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client +RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ -- cgit