diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-01 08:20:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-01 08:20:19 +0000 |
commit | d9cc8c645c960659885b8f54dc7f17e12dc95700 (patch) | |
tree | 0d1c0b562d2de4fda6df9650087a3930f7a78b9b /sysutils | |
parent | 44e0d2ffc26e4a48e24f2cf6c0ecfe96a412766c (diff) | |
download | ports-d9cc8c645c960659885b8f54dc7f17e12dc95700.tar.gz ports-d9cc8c645c960659885b8f54dc7f17e12dc95700.zip |
Update the pkg_tarup dependency; misc/pkg_tarup -> sysutils/pkg_tarup.
Notes
Notes:
svn path=/head/; revision=54099
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 e3c5e34f6e76..b2e8fc5eb4e0 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -20,7 +20,7 @@ MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ - ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup + ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/sysutils/pkg_tarup USE_RUBY= yes diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index e3c5e34f6e76..b2e8fc5eb4e0 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -20,7 +20,7 @@ MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ - ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup + ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/sysutils/pkg_tarup USE_RUBY= yes |