diff options
author | knu <knu@FreeBSD.org> | 2004-05-30 18:17:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-30 18:17:16 +0800 |
commit | 62d4cb544f9195b72d2c2b02c4d961c5baa36da7 (patch) | |
tree | 747fd4d60ef9c5fd487c5413ff099edc4469dc76 /sysutils | |
parent | 2b8c658f60311ec5465540ee7d70a403688b212e (diff) | |
download | freebsd-ports-gnome-62d4cb544f9195b72d2c2b02c4d961c5baa36da7.tar.gz freebsd-ports-gnome-62d4cb544f9195b72d2c2b02c4d961c5baa36da7.tar.zst freebsd-ports-gnome-62d4cb544f9195b72d2c2b02c4d961c5baa36da7.zip |
${LOCALBASE}/sbin is not always in the PATH, so explicitly prefix the
requisite executable file name with it.
Submitted by: kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pdumpfs-rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pdumpfs-rsync/Makefile b/sysutils/pdumpfs-rsync/Makefile index ce1fb5b5bb4c..28a89e7b50bd 100644 --- a/sysutils/pdumpfs-rsync/Makefile +++ b/sysutils/pdumpfs-rsync/Makefile @@ -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 |