aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-06-14 16:23:47 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-06-14 16:23:47 +0000
commitd0323fcfe581485da04112eca8dc1097d52348e4 (patch)
tree2c62890cd89149b73c5e0e85b227327af872dcf9 /archivers
parent013cda5c802d6dad2908b90fff8a69f966b6be46 (diff)
downloadports-d0323fcfe581485da04112eca8dc1097d52348e4.tar.gz
ports-d0323fcfe581485da04112eca8dc1097d52348e4.zip
- Fix shebang line in installed examples
- bump PORTREVISION. Reported by: John E Hein <jhein@timing.com>
Notes
Notes: svn path=/head/; revision=214841
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ruby-lha/Makefile2
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)