summaryrefslogtreecommitdiff
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-02 21:02:26 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-02 21:02:26 +0000
commita304eb33d9dc459c2ba5eb82c9a22726c208c690 (patch)
tree41561fb4a095e148a8204903b0611f97c071ee6d /misc/amanda32-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/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index ebe057e8c9c6..46eded0fde59 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-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 \