diff options
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> |