diff options
author | minskim <minskim> | 2004-02-29 17:41:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-29 17:41:16 +0000 |
commit | 46d79ce739ad37aaa43c425e8b50f5153235fc98 (patch) | |
tree | 279dcb6fb58622297e036ba6ac77d31c0c621b30 /x11 | |
parent | 39e7d0adcf7be4bb1937791a87ece55b2d4a5d6a (diff) | |
download | pkgsrc-46d79ce739ad37aaa43c425e8b50f5153235fc98.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')
-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. |