diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-25 05:39:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-25 05:39:54 +0800 |
commit | 584a286ddc67919997f0d9a849eac3db9853105c (patch) | |
tree | ea344ca053a15226551ac2c4c6fc58fd827aebd0 | |
parent | 1bfa1f2e5dd91302546aa54e7322fa0f531e5172 (diff) | |
download | freebsd-ports-gnome-584a286ddc67919997f0d9a849eac3db9853105c.tar.gz freebsd-ports-gnome-584a286ddc67919997f0d9a849eac3db9853105c.tar.zst freebsd-ports-gnome-584a286ddc67919997f0d9a849eac3db9853105c.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | www/rubygem-ace-rails-ap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/rubygem-ace-rails-ap/Makefile b/www/rubygem-ace-rails-ap/Makefile index e1f2b8c61a0b..8e35a8431a76 100644 --- a/www/rubygem-ace-rails-ap/Makefile +++ b/www/rubygem-ace-rails-ap/Makefile @@ -3,6 +3,7 @@ PORTNAME= ace-rails-ap PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,6 +12,8 @@ COMMENT= Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline LICENSE= MIT +USES= shebangfix +SHEBANG_FILES= update.sh USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes |