diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-17 22:32:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-17 22:32:19 +0000 |
commit | c4906071e28ff2c47381cc14451130bfd3dc310b (patch) | |
tree | 368e6892db971fb6792501572d42791ab9d936ff /deskutils | |
parent | 60c55a8011dba91dcbcafb811c6d068f2930aa4c (diff) | |
download | ports-c4906071e28ff2c47381cc14451130bfd3dc310b.tar.gz ports-c4906071e28ff2c47381cc14451130bfd3dc310b.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/howm/Makefile | 1 | ||||
-rw-r--r-- | deskutils/howm/files/patch-howm-vars.el | 11 |
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." |