aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-09 01:48:47 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-09 01:48:47 +0000
commitb718988ce76bcaaff18a0b3a5a477534435a31d3 (patch)
treeb444e4586a83d83a04d7aed65cfe459221b5d940 /ports-mgmt
parentc948919d27d21e903439553ff3985f8529613652 (diff)
downloadports-b718988ce76bcaaff18a0b3a5a477534435a31d3.tar.gz
ports-b718988ce76bcaaff18a0b3a5a477534435a31d3.zip
Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.
Found by: bento
Notes
Notes: svn path=/head/; revision=43676
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile2
-rw-r--r--ports-mgmt/portupgrade/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index d72f3f553127..97b4a176b737 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/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/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index d72f3f553127..97b4a176b737 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/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