From 584a286ddc67919997f0d9a849eac3db9853105c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 24 May 2015 21:39:54 +0000 Subject: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 --- www/rubygem-ace-rails-ap/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit