diff options
author | swills <swills@FreeBSD.org> | 2016-04-24 00:29:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-24 00:29:35 +0800 |
commit | 974c5d7ef4c5eebd9f0d83e9990ce20f135a9475 (patch) | |
tree | 5561b8af308e44cafd89716211a20fc7cfdb42c3 | |
parent | 7297f34636d51eb0a65f8ca350d5fe96552c5388 (diff) | |
download | freebsd-ports-gnome-974c5d7ef4c5eebd9f0d83e9990ce20f135a9475.tar.gz freebsd-ports-gnome-974c5d7ef4c5eebd9f0d83e9990ce20f135a9475.tar.zst freebsd-ports-gnome-974c5d7ef4c5eebd9f0d83e9990ce20f135a9475.zip |
archivers/ruby-lha: convert to USES=shebangfix
-rw-r--r-- | archivers/ruby-lha/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index ee743971974a..70c1b336da75 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -3,7 +3,7 @@ PORTNAME= lha PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers ruby MASTER_SITES= http://arton.no-ip.info/data/lhalib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension to unpack LHA-compressed files -USES= zip +USES= zip shebangfix USE_RUBY= yes USE_RUBY_EXTCONF= yes RUBY_EXTCONF= ext/extconf.rb @@ -21,7 +21,7 @@ RUBY_EXTCONF= ext/extconf.rb CONFIGURE_ARGS= --rubyprog=${RUBY} EXAMPLES= test/test.rb -RUBY_SHEBANG_FILES= ${EXAMPLES} +SHEBANG_FILES= ${EXAMPLES} OPTIONS_DEFINE= DOCS |