diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-06-09 02:34:32 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-06-09 02:34:32 +0000 |
commit | 32ed779a18c4fab0d9de818a01ce4d946560eb64 (patch) | |
tree | 07ea8c65e21be795a2cfcfa2c43e7428dc349f16 /japanese/Makefile | |
parent | 6fd57bf638ed7ebc08f3ba45f87ae5456c2595ef (diff) | |
download | pkgsrc-32ed779a18c4fab0d9de818a01ce4d946560eb64.tar.gz |
Rename directories 'ja-less' to 'less',
'ja-a2ps' to 'a2ps', 'jcode.pl' to 'p5-jcode'.
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 16c83de3007..c76a914e2f7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.8 1999/06/08 10:42:15 sakamoto Exp $ +# $NetBSD: Makefile,v 1.9 1999/06/09 02:34:32 sakamoto Exp $ # + SUBDIR += a2ps SUBDIR += ack SUBDIR += chasen SUBDIR += gawk SUBDIR += grep SUBDIR += groff - SUBDIR += ja-a2ps - SUBDIR += ja-less - SUBDIR += jcode.pl SUBDIR += kakasi + SUBDIR += less SUBDIR += man SUBDIR += micq SUBDIR += namazu SUBDIR += nkf + SUBDIR += p5-jcode SUBDIR += sed .include "../mk/bsd.pkg.subdir.mk" |