diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-29 02:20:08 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-29 02:20:08 +0800 |
commit | ee89cb340c798f64d1c8501e386c425c8fae6b7a (patch) | |
tree | f59b0001af402c927a2c79cd6eb05cf1e54c787f /devel/gettext/files/patch-ak | |
parent | 13fcf7b3f7f3047bec7dfa60a0bd3740b20c8d98 (diff) | |
download | marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar.gz marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar.bz2 marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar.lz marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar.xz marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.tar.zst marcuscom-ports-ee89cb340c798f64d1c8501e386c425c8fae6b7a.zip |
- Add gettext at 0.14.3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3938 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gettext/files/patch-ak')
-rw-r--r-- | devel/gettext/files/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-ak b/devel/gettext/files/patch-ak new file mode 100644 index 000000000..e6d0da74f --- /dev/null +++ b/devel/gettext/files/patch-ak @@ -0,0 +1,13 @@ +$FreeBSD: ports/devel/gettext/files/patch-ak,v 1.3 2004/01/23 18:12:16 trevor 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'." |