summaryrefslogtreecommitdiff
path: root/x11/mlterm/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-29 17:41:16 +0000
committerminskim <minskim@pkgsrc.org>2004-02-29 17:41:16 +0000
commit53bad6fb278a7038313192bf97ca76e53186f828 (patch)
tree279dcb6fb58622297e036ba6ac77d31c0c621b30 /x11/mlterm/patches
parent1ab5a30b895e4589c4ee894ac08f6b4bce84b8d0 (diff)
downloadpkgsrc-53bad6fb278a7038313192bf97ca76e53186f828.tar.gz
Correct a subdirectory name in Makefile. The patch was sent to the
author. Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
Diffstat (limited to 'x11/mlterm/patches')
-rw-r--r--x11/mlterm/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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.