aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-17 22:20:35 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-17 22:20:35 +0800
commit4a164369fad3b890570a9d0c66ae6bc87efc6db2 (patch)
treec77c60b94732f505dfad962049915a3394e0d926 /sysutils
parenta26a1682086138fe4d8ce551479081aa3c97313c (diff)
downloadfreebsd-ports-gnome-4a164369fad3b890570a9d0c66ae6bc87efc6db2.tar.gz
freebsd-ports-gnome-4a164369fad3b890570a9d0c66ae6bc87efc6db2.tar.zst
freebsd-ports-gnome-4a164369fad3b890570a9d0c66ae6bc87efc6db2.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/Makefile9
-rw-r--r--sysutils/portupgrade/Makefile9
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 \