diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-02 01:33:18 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-02 01:33:18 +0800 |
commit | b91de0854137e642b908b96fa85b7b4c1153cbac (patch) | |
tree | 893c6c42af52f5809df8142435528f302dd19472 /misc/amanda-server/Makefile | |
parent | 7deaa2add2b24ffc42cee88be18c2b3f84ace6c4 (diff) | |
download | freebsd-ports-gnome-b91de0854137e642b908b96fa85b7b4c1153cbac.tar.gz freebsd-ports-gnome-b91de0854137e642b908b96fa85b7b4c1153cbac.tar.zst freebsd-ports-gnome-b91de0854137e642b908b96fa85b7b4c1153cbac.zip |
Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS
Submitted by: bento
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
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 \ |