diff options
author | obache <obache@pkgsrc.org> | 2008-02-16 10:29:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-16 10:29:26 +0000 |
commit | c0f43f42985051c37918b2c44b6579275b95b418 (patch) | |
tree | 54427857aeadb648cf1a1baffc8db0232cfcaf25 /misc/ja-man | |
parent | 55bf1887e750f5704229f1f878421ff6f30988af (diff) | |
download | pkgsrc-c0f43f42985051c37918b2c44b6579275b95b418.tar.gz |
Fixes installation problem.
Patch provided by ISIHARA Takanori in PR 37823.
Diffstat (limited to 'misc/ja-man')
-rw-r--r-- | misc/ja-man/distinfo | 3 | ||||
-rw-r--r-- | misc/ja-man/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/ja-man/distinfo b/misc/ja-man/distinfo index 40381c338df..af0d410abfb 100644 --- a/misc/ja-man/distinfo +++ b/misc/ja-man/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2008/02/16 10:14:53 obache Exp $ +$NetBSD: distinfo,v 1.5 2008/02/16 10:29:26 obache Exp $ SHA1 (NetBSD1.3I-jman-19990531.tar.gz) = 354a23fd50c03de1acc42117d0fa1a6091c67cf0 RMD160 (NetBSD1.3I-jman-19990531.tar.gz) = 03d2781b62bce2f9d9425d9dbc6b5fe0e40479a6 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = afcf5a4ff1f4933614c95f64b165344a9aa442c9 SHA1 (patch-ad) = 2c9f05ca25f9ec227aec7d63f7414946ab568a96 SHA1 (patch-ae) = 7fa53ffbbe7f15e93a949c5904a82e06c62d80b7 SHA1 (patch-af) = 15a66ef2cea468948da17fe4873ebe763f3fc1c4 +SHA1 (patch-ag) = f2b356c866a06ad99181b4e46c0e230efc49e275 diff --git a/misc/ja-man/patches/patch-ag b/misc/ja-man/patches/patch-ag new file mode 100644 index 00000000000..9be3a9b782e --- /dev/null +++ b/misc/ja-man/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2008/02/16 10:29:26 obache Exp $ + +--- man/man18/Makefile.orig 1999-03-06 15:39:51.000000000 +0000 ++++ man/man18/Makefile +@@ -14,7 +14,7 @@ MLINKS= csh.1 limit.1 csh.1 alias.1 csh. + csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1 \ + csh.1 pushd.1 csh.1 rehash.1 csh.1 repeat.1 csh.1 suspend.1 \ + csh.1 stop.1 csh.1 source.1 \ +- test.1 '[.1' \ ++ test.1 [.1 \ + ln.1 symlink.7 + + |