diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 12:45:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-22 12:45:43 +0000 |
commit | 0a6f794f91f09f4c6adee160a72c9a8da70d9bde (patch) | |
tree | c39c351dce14a342fbeb6d649bd4be2ad853ebaa /textproc/rubygem-docdiff | |
parent | Make bash use of fdescfs use optional, disabled by default, and forced off when (diff) |
- Fix shebangs
Notes
Notes:
svn path=/head/; revision=439170
Diffstat (limited to 'textproc/rubygem-docdiff')
-rw-r--r-- | textproc/rubygem-docdiff/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-docdiff/Makefile b/textproc/rubygem-docdiff/Makefile index e43187e82927..a2f0e0dd9b1f 100644 --- a/textproc/rubygem-docdiff/Makefile +++ b/textproc/rubygem-docdiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= docdiff PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -13,7 +14,9 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem shebangfix +SHEBANG_FILES= test/*.rb devutil/*.rb \ + docdiffwebui.cgi PLIST_FILES= bin/docdiff |