summaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-01 17:33:18 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-01 17:33:18 +0000
commit9250158de3b06da1d954891aa0008898c759c3ce (patch)
tree5e9a307b48429c7c308ef75d3bc6d152e746b567 /misc/amanda-server
parentRemove a bunch of obsoleted (now non-existent) files from plist. (diff)
Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS
Submitted by: bento
Notes
Notes: svn path=/head/; revision=37889
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \