diff options
author | knu <knu@FreeBSD.org> | 2001-08-17 22:20:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-17 22:20:35 +0800 |
commit | 1c788ad37902df9154cdc93ee29023d3902127ef (patch) | |
tree | de4bb3fe739797a1991c3d3d098fcaf049c53cfe /sysutils | |
parent | 4a42c0e473d9933403ecf38e168e27dfc2b7706e (diff) | |
download | freebsd-ports-gnome-1c788ad37902df9154cdc93ee29023d3902127ef.tar.gz freebsd-ports-gnome-1c788ad37902df9154cdc93ee29023d3902127ef.tar.zst freebsd-ports-gnome-1c788ad37902df9154cdc93ee29023d3902127ef.zip |
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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 9 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 9 |
2 files changed, 18 insertions, 0 deletions
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 \ |