diff options
author | itojun <itojun@FreeBSD.org> | 1998-06-06 11:47:25 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-06-06 11:47:25 +0800 |
commit | 0b23a83a128ed979aa6fa265bb47add4115d21a9 (patch) | |
tree | 082940decfc5e7ad8d8c9b66122beb0721b98c07 /mail/im/Makefile | |
parent | dede4ca0b79539375c65fe0d69abae2e8ae61a68 (diff) | |
download | freebsd-ports-gnome-0b23a83a128ed979aa6fa265bb47add4115d21a9.tar.gz freebsd-ports-gnome-0b23a83a128ed979aa6fa265bb47add4115d21a9.tar.zst freebsd-ports-gnome-0b23a83a128ed979aa6fa265bb47add4115d21a9.zip |
japamese manpage path update (s/ja_JP.EUC/ja/)
Submitted by: sada@e-mail.ne.jp (SADA Kenji)
Diffstat (limited to 'mail/im/Makefile')
-rw-r--r-- | mail/im/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile index 3ce33639e841..d1fad1b04841 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/11/30 10:34:47 max Exp $ +# $Id: Makefile,v 1.2 1998/01/09 21:37:57 max Exp $ # DISTNAME= im-76 @@ -18,7 +18,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes -MANLANG= ja_JP.EUC +MANLANG= ja MAN1= imali.1 imget.1 imsetup.1 imstore.1 PORTDOCDIR= ${PREFIX}/share/doc/im @@ -36,7 +36,7 @@ post-install: .endif .for f in ${MANFILES} @${INSTALL_MAN} ${WRKSRC}/man/${f} \ - ${PREFIX}/man/ja_JP.EUC/man1/`${BASENAME} ${f} .jis`.1 + ${PREFIX}/man/ja/man1/`${BASENAME} ${f} .jis`.1 .endfor .include <bsd.port.mk> |