diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-27 13:16:51 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-27 13:16:51 +0000 |
| commit | d0c6fc02b8db1eaf0d1f0d2a76df0bd8ded2974a (patch) | |
| tree | b8bad177f526a80e61bb081f7c72fc03146c7d16 /textproc/rubygem-docdiff | |
| parent | 2c10b6b480b41805b3b352a89da0c5fb3c3060c5 (diff) | |
Notes
Diffstat (limited to 'textproc/rubygem-docdiff')
| -rw-r--r-- | textproc/rubygem-docdiff/Makefile | 6 |
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> |
