summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-06-09 01:48:47 +0000
committerknu <knu@FreeBSD.org>2001-06-09 01:48:47 +0000
commit6f1d054750cf460ae6e12d20aea08763e3e89704 (patch)
tree26ccc01b8d05173bc12e402c04857fcf086cec28 /sysutils
parentaf531ae25a0b811900fcda016374a93da4428405 (diff)
downloadFreeBSD-ports-6f1d054750cf460ae6e12d20aea08763e3e89704.zip
FreeBSD-ports-6f1d054750cf460ae6e12d20aea08763e3e89704.tar.gz
Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.
Found by: bento
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile2
-rw-r--r--sysutils/portupgrade/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index d72f3f5..97b4a17 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -16,7 +16,7 @@ DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
- pkg_tarup:${PORTSDIR}/misc/pkg_tarup
+ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index d72f3f5..97b4a17 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -16,7 +16,7 @@ DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
- pkg_tarup:${PORTSDIR}/misc/pkg_tarup
+ ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
OpenPOWER on IntegriCloud