mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
${LOCALBASE}/sbin is not always in the PATH, so explicitly prefix the
requisite executable file name with it. Submitted by: kris
This commit is contained in:
parent
212119b32b
commit
888b454c82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110398
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ EXTRACT_ONLY= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A utility to back up remote files with pdumpfs and rsync
|
||||
|
||||
RUN_DEPENDS= pdumpfs:${PORTSDIR}/sysutils/pdumpfs \
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/pdumpfs:${PORTSDIR}/sysutils/pdumpfs \
|
||||
rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
USE_RUBY= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue