diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:09:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:09:58 +0000 |
commit | d29aec3965ac515426bd7588c1e3f9107ea293f4 (patch) | |
tree | 21726c075eb06dc3e64da9947b4a3088e4f45da0 /ports-mgmt | |
parent | 37f0f0aa36cdefb8e10f093697cd1419ef4c8c9f (diff) | |
download | ports-d29aec3965ac515426bd7588c1e3f9107ea293f4.tar.gz ports-d29aec3965ac515426bd7588c1e3f9107ea293f4.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index e501497d2a60..0b838504ebd6 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -21,8 +21,7 @@ MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \ - ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup \ - ${LOCALBASE}/bin/ruby_s:${PORTSDIR}/lang/ruby_static + ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index e501497d2a60..0b838504ebd6 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -21,8 +21,7 @@ MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \ ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \ - ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup \ - ${LOCALBASE}/bin/ruby_s:${PORTSDIR}/lang/ruby_static + ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup USE_RUBY= yes |