summaryrefslogtreecommitdiffstats
path: root/devel/gettext/files/patch-ak
blob: 1f65e86f43efa65a7b753cdcb197f049554fbf83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD: ports/devel/gettext/files/patch-ak,v 1.4 2005/05/13 03:51:07 ahze Exp $

--- gettext-tools/misc/po-mode.el.orig  Sun Jan 23 22:35:10 2000
+++ gettext-tools/misc/po-mode.el   Sun Jan 23 22:35:39 2000
@@ -330,7 +330,7 @@
   :type 'face
   :group 'po)
 
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
   "*The filter to use for preparing a mail invoice of the PO file.
 Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
 or remove the -m if you are not using the GNU version of `uuencode'."