diff options
Diffstat (limited to 'comms/efax-gtk/patches/patch-ac')
-rw-r--r-- | comms/efax-gtk/patches/patch-ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/comms/efax-gtk/patches/patch-ac b/comms/efax-gtk/patches/patch-ac index 09a6d57052a..ed0c9fbc5e6 100644 --- a/comms/efax-gtk/patches/patch-ac +++ b/comms/efax-gtk/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.9 2007/01/07 13:46:19 adam Exp $ +$NetBSD: patch-ac,v 1.10 2009/08/21 11:25:27 adam Exp $ ---- po/Makefile.in.in.orig 2007-01-07 11:44:27.000000000 +0100 +--- po/Makefile.in.in.orig 2009-01-12 14:19:29.000000000 +0100 +++ po/Makefile.in.in -@@ -30,7 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ +@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@ + # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined + # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake + # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) @install_sh@ -d +mkinstalldirs = @install_sh@ -d + install_sh = $(SHELL) @install_sh@ + MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ - - GMSGFMT_ = @GMSGFMT@ |