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:
parent
074a4521a2
commit
9250158de3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37889
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user