diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 14:01:21 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 14:01:21 +0800 |
commit | bb01a3bcad9d4a1bdd9b3db2170778582aa8daba (patch) | |
tree | 4298dac518ef495983b937deda8c6c3e5bd243a4 /graphics | |
parent | 57f9e6890a2182194d02a8e3e6ff8994d5078448 (diff) | |
download | freebsd-ports-gnome-bb01a3bcad9d4a1bdd9b3db2170778582aa8daba.tar.gz freebsd-ports-gnome-bb01a3bcad9d4a1bdd9b3db2170778582aa8daba.tar.zst freebsd-ports-gnome-bb01a3bcad9d4a1bdd9b3db2170778582aa8daba.zip |
Add forgotten patch.
Reminded by: Mezz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dia/files/patch-po_checktrans.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/dia/files/patch-po_checktrans.py b/graphics/dia/files/patch-po_checktrans.py new file mode 100644 index 000000000000..4b8eee2df6ab --- /dev/null +++ b/graphics/dia/files/patch-po_checktrans.py @@ -0,0 +1,8 @@ +--- po-checktrans.py.orig Wed Sep 24 21:32:42 2003 ++++ po-checktrans.py Wed Sep 24 21:33:03 2003 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/env python + # + # This quick hack gives translation statistics (from the core translation + # files). |