diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/distinfo | 3 | ||||
-rw-r--r-- | x11/mlterm/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index fb6eac2bde5..43305ceca71 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.11 2004/02/25 17:15:42 minskim Exp $ +$NetBSD: distinfo,v 1.12 2004/02/29 17:41:16 minskim Exp $ SHA1 (mlterm-2.8.0.tar.gz) = d32ef91e35ccf31f61332250076ad3e4a555d83f Size (mlterm-2.8.0.tar.gz) = 1819417 bytes SHA1 (mlterm-2.8.0pl1.tar.gz) = 889b5f0747e895276589414cf26d3ef1df7c31c0 Size (mlterm-2.8.0pl1.tar.gz) = 700 bytes +SHA1 (patch-aa) = 48f828de66ecf166e8dc9e14a902730d90690925 diff --git a/x11/mlterm/patches/patch-aa b/x11/mlterm/patches/patch-aa new file mode 100644 index 00000000000..1dbefa3543c --- /dev/null +++ b/x11/mlterm/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2004/02/29 17:41:16 minskim Exp $ + +--- tool/mlconfig/po/Makevars.orig 2003-10-05 08:10:06.000000000 -0500 ++++ tool/mlconfig/po/Makevars +@@ -4,7 +4,7 @@ + DOMAIN = $(PACKAGE) + + # These two variables depend on the location of this directory. +-subdir = ++subdir = tool/mlconfig/po + top_builddir = ../../.. + + # These options get passed to xgettext. |