diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:48:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:48:47 +0000 |
commit | b718988ce76bcaaff18a0b3a5a477534435a31d3 (patch) | |
tree | b444e4586a83d83a04d7aed65cfe459221b5d940 /ports-mgmt | |
parent | c948919d27d21e903439553ff3985f8529613652 (diff) | |
download | ports-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/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 2 |
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 |