diff options
author | swills <swills@FreeBSD.org> | 2012-06-28 03:53:01 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-28 03:53:01 +0800 |
commit | d84c161583f58923770655cb0f0250c9bdc0d810 (patch) | |
tree | 226c17c1833e95dc8022c1b032322e5eff0282d1 /sysutils/mcollective | |
parent | 65aec6f1482cdbbcff15593ddd76dbc8010a8525 (diff) | |
download | freebsd-ports-gnome-d84c161583f58923770655cb0f0250c9bdc0d810.tar.gz freebsd-ports-gnome-d84c161583f58923770655cb0f0250c9bdc0d810.tar.zst freebsd-ports-gnome-d84c161583f58923770655cb0f0250c9bdc0d810.zip |
- Add script to RUBY_SHEBANG_FILES so they work at startup when PATH isn't
set or from service(8)
Reported by: tj
Diffstat (limited to 'sysutils/mcollective')
-rw-r--r-- | sysutils/mcollective/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 50ea005e4c14..23c519beea0e 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcollective PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -20,6 +21,8 @@ NO_BUILD= yes USE_RUBY= yes USE_RC_SUBR= mcollectived +RUBY_SHEBANG_FILES= bin/mcollectived bin/mco bin/mc-call-agent + # don't make .bak files REINPLACE_ARGS= -i "" |