${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:
Akinori MUSHA 2004-05-30 10:17:16 +00:00
parent 212119b32b
commit 888b454c82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110398

View file

@ -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