diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-23 16:29:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-23 16:29:35 +0000 |
commit | 75bf23b0c7ac6382a03efdeb014f35e171cf59e4 (patch) | |
tree | 5561b8af308e44cafd89716211a20fc7cfdb42c3 /archivers/ruby-lha/Makefile | |
parent | 1e7fabfd5392f8109d73ba19c1971197ebb9effe (diff) |
Notes
Diffstat (limited to 'archivers/ruby-lha/Makefile')
-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 |