aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-server
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2002-01-12 21:26:04 +0800
committerjeh <jeh@FreeBSD.org>2002-01-12 21:26:04 +0800
commit7ee83d6ad2cd473a714dfb91fb61f118142930db (patch)
tree3ff75a3c21f47a577bf36d6ba7f0baf90cddac60 /misc/amanda32-server
parentf2a17fd3b862cf93cd8c9a40e513900f45ae2139 (diff)
downloadfreebsd-ports-gnome-7ee83d6ad2cd473a714dfb91fb61f118142930db.tar.gz
freebsd-ports-gnome-7ee83d6ad2cd473a714dfb91fb61f118142930db.tar.zst
freebsd-ports-gnome-7ee83d6ad2cd473a714dfb91fb61f118142930db.zip
Add ${LOCALBASE}/sbin/ back to the amrecover dependancy. It seems that
bento's PATH does not include that directory. Submitted by: bento
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 \