diff options
-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." |