diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-02 21:02:26 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-02 21:02:26 +0000 |
commit | a304eb33d9dc459c2ba5eb82c9a22726c208c690 (patch) | |
tree | 41561fb4a095e148a8204903b0611f97c071ee6d /misc/amanda25-server | |
parent | - Update to 0.51; (diff) |
${LOCALBASE}/sbin seems more correct that ${PREFIX}/sbin.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=37914
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index ebe057e8c9c6..46eded0fde59 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -43,8 +43,8 @@ pre-fetch: @${ECHO} " The default is user" @${ECHO} "" -RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client -BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ |