aboutsummaryrefslogtreecommitdiff
path: root/deskutils/howm
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-17 22:32:19 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-17 22:32:19 +0000
commitc4906071e28ff2c47381cc14451130bfd3dc310b (patch)
tree368e6892db971fb6792501572d42791ab9d936ff /deskutils/howm
parent60c55a8011dba91dcbcafb811c6d068f2930aa4c (diff)
downloadports-c4906071e28ff2c47381cc14451130bfd3dc310b.tar.gz
ports-c4906071e28ff2c47381cc14451130bfd3dc310b.zip
- Our grep doesn't support --exclude-dir option. Use --exclude
instead.
Notes
Notes: svn path=/head/; revision=248037
Diffstat (limited to 'deskutils/howm')
-rw-r--r--deskutils/howm/Makefile1
-rw-r--r--deskutils/howm/files/patch-howm-vars.el11
2 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile
index 14e0ea00a4f9..e7d12e32cc10 100644
--- a/deskutils/howm/Makefile
+++ b/deskutils/howm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= howm
PORTVERSION= 1.3.8
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://howm.sourceforge.jp/a/
diff --git a/deskutils/howm/files/patch-howm-vars.el b/deskutils/howm/files/patch-howm-vars.el
new file mode 100644
index 000000000000..028b9984b7ec
--- /dev/null
+++ b/deskutils/howm/files/patch-howm-vars.el
@@ -0,0 +1,11 @@
+--- howm-vars.el.orig 2010-01-18 00:13:34.830023820 +0900
++++ howm-vars.el 2010-01-18 00:13:50.346324312 +0900
+@@ -657,7 +657,7 @@
+ This variable is obsolete and may be removed in future.")
+ (defvar howm-view-grep-default-option
+ (concat "-Hnr "
+- (mapconcat (lambda (d) (concat "--exclude-dir=" d))
++ (mapconcat (lambda (d) (concat "--exclude=" d))
+ howm-excluded-dirs " ")))
+ (howm-defcustom-risky howm-view-grep-option howm-view-grep-default-option
+ "*Common grep option for howm."