diff options
author | knu <knu@FreeBSD.org> | 2001-06-09 09:48:47 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-09 09:48:47 +0800 |
commit | 6f1d054750cf460ae6e12d20aea08763e3e89704 (patch) | |
tree | 26ccc01b8d05173bc12e402c04857fcf086cec28 /sysutils | |
parent | af531ae25a0b811900fcda016374a93da4428405 (diff) | |
download | freebsd-ports-gnome-6f1d054750cf460ae6e12d20aea08763e3e89704.tar.gz freebsd-ports-gnome-6f1d054750cf460ae6e12d20aea08763e3e89704.tar.zst freebsd-ports-gnome-6f1d054750cf460ae6e12d20aea08763e3e89704.zip |
Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.
Found by: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index d72f3f553127..97b4a176b737 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 d72f3f553127..97b4a176b737 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 |