aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-docdiff
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-docdiff')
-rw-r--r--textproc/rubygem-docdiff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-docdiff/Makefile b/textproc/rubygem-docdiff/Makefile
index a2f0e0dd9b1f..c54ec7ff45d0 100644
--- a/textproc/rubygem-docdiff/Makefile
+++ b/textproc/rubygem-docdiff/Makefile
@@ -3,7 +3,7 @@
PORTNAME= docdiff
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -15,9 +15,9 @@ LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
-SHEBANG_FILES= test/*.rb devutil/*.rb \
- docdiffwebui.cgi
PLIST_FILES= bin/docdiff
+SHEBANG_FILES= docdiffwebui.cgi langfilter.rb */*.rb lib/docdiff/*.rb
+
.include <bsd.port.mk>