1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Need to specify a full path for sbin programs in (BUILD|RUN)_DEPENDS

Submitted by:	bento
This commit is contained in:
James E. Housley 2001-02-01 17:33:18 +00:00
parent 074a4521a2
commit 9250158de3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37889
5 changed files with 10 additions and 10 deletions

View File

@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \

View File

@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \

View File

@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \

View File

@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \

View File

@ -43,8 +43,8 @@ pre-fetch:
@${ECHO} " The default is user"
@${ECHO} ""
RUN_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= amrecover:${PORTSDIR}/misc/amanda24-client
RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
--with-amandahosts --with-fqdn \