diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-01 17:33:18 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-01 17:33:18 +0000 |
commit | 9250158de3b06da1d954891aa0008898c759c3ce (patch) | |
tree | 5e9a307b48429c7c308ef75d3bc6d152e746b567 /misc/amanda26-server | |
parent | 074a4521a24d344fca5f7959a9fd54ea5304254e (diff) |
Notes
Diffstat (limited to 'misc/amanda26-server')
-rw-r--r-- | misc/amanda26-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 65fe4ddfae86..ebe057e8c9c6 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-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 \ |