aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-19 10:34:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-19 10:34:43 +0000
commit71bacc3ebe0ed54e1e809fc1adeb7c393138baef (patch)
tree883bad88d447e59c47d87ceb8435fa4367542eb2 /comms
parentf5c0032edba985b8155bbd5e5dd1de973933b5ba (diff)
downloadports-71bacc3ebe0ed54e1e809fc1adeb7c393138baef.tar.gz
ports-71bacc3ebe0ed54e1e809fc1adeb7c393138baef.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=438834
Diffstat (limited to 'comms')
-rw-r--r--comms/rubygem-serialport/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/rubygem-serialport/Makefile b/comms/rubygem-serialport/Makefile
index 0ed31cb1f97e..ed1f037e28ae 100644
--- a/comms/rubygem-serialport/Makefile
+++ b/comms/rubygem-serialport/Makefile
@@ -2,6 +2,7 @@
PORTNAME= serialport
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= comms rubygems
MASTER_SITES= RG
@@ -11,6 +12,7 @@ COMMENT= Library for using RS-232 serial ports
LICENSE= GPLv2
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= test/set_readtimeout.rb
.include <bsd.port.mk>