diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-06-14 16:23:47 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-06-14 16:23:47 +0000 |
commit | d0323fcfe581485da04112eca8dc1097d52348e4 (patch) | |
tree | 2c62890cd89149b73c5e0e85b227327af872dcf9 /archivers | |
parent | 013cda5c802d6dad2908b90fff8a69f966b6be46 (diff) | |
download | ports-d0323fcfe581485da04112eca8dc1097d52348e4.tar.gz ports-d0323fcfe581485da04112eca8dc1097d52348e4.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-lha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 1f630aac5935..163cdce9bc26 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -7,6 +7,7 @@ PORTNAME= lha PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= archivers ruby MASTER_SITES= http://arton.no-ip.info/data/lhalib/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -24,6 +25,7 @@ RUBY_EXTCONF= ext/extconf.rb CONFIGURE_ARGS= --rubyprog=${RUBY} EXAMPLES= test/test.rb +RUBY_SHEBANG_FILES= ${EXAMPLES} post-install: .if !defined(NOPORTDOCS) |