aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-06-15 00:23:47 +0800
committerstas <stas@FreeBSD.org>2008-06-15 00:23:47 +0800
commit401040ee966d32a343d2278bb4f8b17687e352a8 (patch)
tree75b87af42ac6631d46dcc61cb1752b3dd057ad06 /archivers
parentd5c687875a71084bc3f0c05d6dba629c794d7263 (diff)
downloadfreebsd-ports-gnome-401040ee966d32a343d2278bb4f8b17687e352a8.tar.gz
freebsd-ports-gnome-401040ee966d32a343d2278bb4f8b17687e352a8.tar.zst
freebsd-ports-gnome-401040ee966d32a343d2278bb4f8b17687e352a8.zip
- Fix shebang line in installed examples
- bump PORTREVISION. Reported by: John E Hein <jhein@timing.com>
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)