diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-15 02:06:01 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-15 02:06:01 +0000 |
commit | bad1506b38a6b0fa254d5f2fe9d213a9839e1041 (patch) | |
tree | 3fc1945abf70ea3b042db7ee59cc1baf48a11e2d /archivers/lha/Makefile | |
parent | xfaces - mail image display for X (diff) |
Install the Japanese man page into ${PREFIX}/man/ja_JP.EUC.
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 014b2534ab4b..e6ef9868e1a8 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1996/09/08 21:48:25 ache Exp $ +# $Id: Makefile,v 1.8 1996/11/12 02:17:31 obrien Exp $ # DISTNAME= lha-114c @@ -14,4 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG +MANLANG= ja_JP.EUC +MAN1= lha.1 + .include <bsd.port.mk> |