diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:50:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:50:26 -0500 |
commit | 50ee09554c9ef64baa36b71f11864582cfc0aa39 (patch) | |
tree | d4bb9da341f802f321a297c7775ab7d94b9b824b /system/man-pages-ja | |
parent | 530998829777691cc2d41d46f3c02b71f587a4f6 (diff) | |
download | slackbuilds-50ee09554c9ef64baa36b71f11864582cfc0aa39.tar.gz |
various: Fixed man-db dep references
Diffstat (limited to 'system/man-pages-ja')
-rw-r--r-- | system/man-pages-ja/README | 3 | ||||
-rw-r--r-- | system/man-pages-ja/man-pages-ja.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/system/man-pages-ja/README b/system/man-pages-ja/README index 188afea3e4..79e1040db7 100644 --- a/system/man-pages-ja/README +++ b/system/man-pages-ja/README @@ -14,9 +14,6 @@ Notes: If this doesn't work, let me know and I'll update the build script. -- Don't forget to source /etc/profile.d/man-db.sh or log out and back - in after installing man-db. Slackware's standard man can't handle these. - - I tested with LANG=ja_JP.UTF-8 in the environment. You can set this system-wide in /etc/profile.d/lang.sh, or per-user in e.g. .bash_profile. diff --git a/system/man-pages-ja/man-pages-ja.info b/system/man-pages-ja/man-pages-ja.info index 8cd22f19ca..efc3e662a6 100644 --- a/system/man-pages-ja/man-pages-ja.info +++ b/system/man-pages-ja/man-pages-ja.info @@ -5,6 +5,6 @@ DOWNLOAD="http://linuxjm.sourceforge.jp/man-pages-ja-20201015.tar.gz" MD5SUM="2ca73214a0027747ec3cc59e8059bc58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="man-db" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |