From 888b454c82c3a594a8fd20dc4d08b6b47b115cc5 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 30 May 2004 10:17:16 +0000 Subject: [PATCH] ${LOCALBASE}/sbin is not always in the PATH, so explicitly prefix the requisite executable file name with it. Submitted by: kris --- sysutils/pdumpfs-rsync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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