diff options
author | James E. Housley <jeh@FreeBSD.org> | 2002-01-12 13:26:04 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2002-01-12 13:26:04 +0000 |
commit | 96e3959204f718783a63d6ec1b57940f9bfd7dcd (patch) | |
tree | 12008acc5dedd07dd30f544913f5bd676697f37c /misc/amanda25-server/Makefile | |
parent | 12423e6cf01721c16a92705333211fcf7461f570 (diff) | |
download | ports-96e3959204f718783a63d6ec1b57940f9bfd7dcd.tar.gz ports-96e3959204f718783a63d6ec1b57940f9bfd7dcd.zip |
Notes
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r-- | misc/amanda25-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index b46db0c3d9de..648c07955626 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-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 \ |