diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-17 14:20:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-17 14:20:35 +0000 |
commit | 4a164369fad3b890570a9d0c66ae6bc87efc6db2 (patch) | |
tree | c77c60b94732f505dfad962049915a3394e0d926 | |
parent | This patch fixes the following problems: (diff) |
Fix the shebang lines of commands to specify the absolute path of
ruby, instead of "/usr/bin/env ruby".
Requested by: OOTOMO Hiroyuki <wbhacker@tky3.3web.ne.jp>
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 9 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 9 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 9 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 9 |
4 files changed, 36 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 339261a96fcf..23335a4993bd 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -22,6 +22,15 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ USE_RUBY= yes +RUBY_SHEBANG_FILES= \ + ${WRKSRC}/pkg_glob \ + ${WRKSRC}/pkgdepfix \ + ${WRKSRC}/portcvsweb \ + ${WRKSRC}/portsclean \ + ${WRKSRC}/portsdb \ + ${WRKSRC}/portupgrade \ + ${WRKSRC}/portversion + NO_BUILD= yes MAN1= pkg_deinstall.1 \ diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 339261a96fcf..23335a4993bd 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -22,6 +22,15 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ USE_RUBY= yes +RUBY_SHEBANG_FILES= \ + ${WRKSRC}/pkg_glob \ + ${WRKSRC}/pkgdepfix \ + ${WRKSRC}/portcvsweb \ + ${WRKSRC}/portsclean \ + ${WRKSRC}/portsdb \ + ${WRKSRC}/portupgrade \ + ${WRKSRC}/portversion + NO_BUILD= yes MAN1= pkg_deinstall.1 \ diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 339261a96fcf..23335a4993bd 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -22,6 +22,15 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ USE_RUBY= yes +RUBY_SHEBANG_FILES= \ + ${WRKSRC}/pkg_glob \ + ${WRKSRC}/pkgdepfix \ + ${WRKSRC}/portcvsweb \ + ${WRKSRC}/portsclean \ + ${WRKSRC}/portsdb \ + ${WRKSRC}/portupgrade \ + ${WRKSRC}/portversion + NO_BUILD= yes MAN1= pkg_deinstall.1 \ diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 339261a96fcf..23335a4993bd 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -22,6 +22,15 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \ USE_RUBY= yes +RUBY_SHEBANG_FILES= \ + ${WRKSRC}/pkg_glob \ + ${WRKSRC}/pkgdepfix \ + ${WRKSRC}/portcvsweb \ + ${WRKSRC}/portsclean \ + ${WRKSRC}/portsdb \ + ${WRKSRC}/portupgrade \ + ${WRKSRC}/portversion + NO_BUILD= yes MAN1= pkg_deinstall.1 \ |