1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-09 14:29:43 +00:00
parent 638dc28aad
commit ef99eb3321
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396507

View File

@ -3,6 +3,7 @@
PORTNAME= rudy
PORTVERSION= 0.9.8.020
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -27,5 +28,8 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rudy bin/rudy-ec2 bin/rudy-s3 bin/rudy-sdb
USES= shebangfix
SHEBANG_FILES= bin/* tryouts/exploration/machine.rb
NO_ARCH= yes
.include <bsd.port.mk>