summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'comms/efax-gtk/patches/patch-ab')
-rw-r--r--comms/efax-gtk/patches/patch-ab22
1 files changed, 11 insertions, 11 deletions
diff --git a/comms/efax-gtk/patches/patch-ab b/comms/efax-gtk/patches/patch-ab
index e68cfc974ab..f9b7f38ce2e 100644
--- a/comms/efax-gtk/patches/patch-ab
+++ b/comms/efax-gtk/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.11 2009/08/21 11:25:27 adam Exp $
+$NetBSD: patch-ab,v 1.12 2010/06/10 06:44:00 adam Exp $
---- efax/Makefile.in.orig 2009-08-20 17:45:41.000000000 +0200
+--- efax/Makefile.in.orig 2010-06-10 06:35:20.000000000 +0000
+++ efax/Makefile.in
-@@ -317,7 +317,7 @@ install-man1: $(man1_MANS) $(man_MANS)
- 1*) ;; \
- *) ext='1' ;; \
- esac; \
-- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$/-0.9a/'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+@@ -358,7 +358,7 @@ install-man1: $(dist_man_MANS)
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
++ -e 's,\.[0-9a-z]*$$,-0.9a,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \