summaryrefslogtreecommitdiff
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-01-12 13:26:04 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-01-12 13:26:04 +0000
commit96e3959204f718783a63d6ec1b57940f9bfd7dcd (patch)
tree12008acc5dedd07dd30f544913f5bd676697f37c /misc/amanda32-server
parent- Update popa3d-0.5 (diff)
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory. Submitted by: bento
Notes
Notes: svn path=/head/; revision=52970
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r--misc/amanda32-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index b46db0c3d9de..648c07955626 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 2.4.3b2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= amanda
@@ -45,8 +45,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
-RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda-client
-BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda-client
+RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client
+BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \