diff options
author | max <max@FreeBSD.org> | 1998-04-05 04:47:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-04-05 04:47:11 +0000 |
commit | a711dc16a291981333ed99372648d267417f3a1b (patch) | |
tree | b253fea10f76ce331292f974d2897e92438f2b48 /archivers/lha | |
parent | d5e112efd0e4c4048ae207f54154a2cd22619d01 (diff) | |
download | FreeBSD-ports-a711dc16a291981333ed99372648d267417f3a1b.zip FreeBSD-ports-a711dc16a291981333ed99372648d267417f3a1b.tar.gz |
Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 | ||||
-rw-r--r-- | archivers/lha/files/patch-aa | 2 | ||||
-rw-r--r-- | archivers/lha/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index e6ef986..2ab867a 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.8 1996/11/12 02:17:31 obrien Exp $ +# $Id: Makefile,v 1.9 1996/12/15 02:05:58 max Exp $ # DISTNAME= lha-114c @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG -MANLANG= ja_JP.EUC +MANLANG= ja MAN1= lha.1 .include <bsd.port.mk> diff --git a/archivers/lha/files/patch-aa b/archivers/lha/files/patch-aa index 6c00357..36f8f1f 100644 --- a/archivers/lha/files/patch-aa +++ b/archivers/lha/files/patch-aa @@ -46,7 +46,7 @@ ! PREFIX ?= /usr/local ! BINDIR = ${PREFIX}/bin -! MANDIR = ${PREFIX}/man/ja_JP.EUC +! MANDIR = ${PREFIX}/man/ja ! MANSECT = 1 ! #INSTALL = install diff --git a/archivers/lha/pkg-plist b/archivers/lha/pkg-plist index fd97da2..8b99e72 100644 --- a/archivers/lha/pkg-plist +++ b/archivers/lha/pkg-plist @@ -1,2 +1,2 @@ bin/lha -man/ja_JP.EUC/man1/lha.1.gz +man/ja/man1/lha.1.gz |