diff options
author | max <max@FreeBSD.org> | 1996-12-15 10:06:01 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-15 10:06:01 +0800 |
commit | ccc6cd8de6c1150651677f7674f45036230457f1 (patch) | |
tree | 38285280bf1be2ba87af71ad33a3db40b31ee094 /archivers/lha/Makefile | |
parent | 954287bfa3fe1f51cb2f64eabc77dd76b00a2351 (diff) | |
download | freebsd-ports-gnome-ccc6cd8de6c1150651677f7674f45036230457f1.tar.gz freebsd-ports-gnome-ccc6cd8de6c1150651677f7674f45036230457f1.tar.zst freebsd-ports-gnome-ccc6cd8de6c1150651677f7674f45036230457f1.zip |
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> |