diff options
author | swills <swills@FreeBSD.org> | 2016-04-24 04:42:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-24 04:42:43 +0800 |
commit | b5b12614a72f0ed1554d102cc7bccc668c31cbb7 (patch) | |
tree | df2b98eb7268fba072b158d0684f622688d95c13 /net | |
parent | 1c477de0b88fbf05eab056b557ef01800a35b72b (diff) | |
download | freebsd-ports-gnome-b5b12614a72f0ed1554d102cc7bccc668c31cbb7.tar.gz freebsd-ports-gnome-b5b12614a72f0ed1554d102cc7bccc668c31cbb7.tar.zst freebsd-ports-gnome-b5b12614a72f0ed1554d102cc7bccc668c31cbb7.zip |
net/ruby-dict: convert to USES=shebangfix
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ruby-dict/Makefile b/net/ruby-dict/Makefile index e4bd4609d6f0..b3e39252b1c0 100644 --- a/net/ruby-dict/Makefile +++ b/net/ruby-dict/Makefile @@ -22,10 +22,11 @@ OPTIONS_DEFINE= DOCS NO_ARCH= yes USE_RUBY= yes +USES= shebangfix USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -RUBY_SHEBANG_FILES= ${WRKSRC}/rdict +SHEBANG_FILES= ${WRKSRC}/rdict DOCS= Changelog README doc/dict.html doc/rdict.html |