diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-14 21:17:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-14 21:17:51 +0800 |
commit | 8c7355cc062dfe1b407f93ab6b324ffb8a6db00b (patch) | |
tree | 543cb6663bb6488174842805b4133167cd657262 /textproc | |
parent | 8f6f503973261d095f530f4497b25ccaabb5ac0a (diff) | |
download | freebsd-ports-gnome-8c7355cc062dfe1b407f93ab6b324ffb8a6db00b.tar.gz freebsd-ports-gnome-8c7355cc062dfe1b407f93ab6b324ffb8a6db00b.tar.zst freebsd-ports-gnome-8c7355cc062dfe1b407f93ab6b324ffb8a6db00b.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-rdtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rubygem-rdtool/Makefile b/textproc/rubygem-rdtool/Makefile index 8cb409bfc6c7..db94ce124583 100644 --- a/textproc/rubygem-rdtool/Makefile +++ b/textproc/rubygem-rdtool/Makefile @@ -2,7 +2,7 @@ PORTNAME= rdtool PORTVERSION= 0.6.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -14,6 +14,8 @@ LICENSE_COMB= dual NO_ARCH= yes +USES= shebangfix +SHEBANG_FILES= bin/rd2 bin/rdswap.rb USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |