From b8f524a238c197bd1b4892c049998c77b9e30d1a Mon Sep 17 00:00:00 2001
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Wed, 3 Sep 2014 09:41:01 +0000
Subject: Fix manpage handling

---
 archivers/lha/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'archivers/lha')

diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index cb6e06bfe8a8..29b32971f498 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -11,10 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Archive files using LZSS and Huffman compression (.lzh files)
 
-MANLANG=	ja
-MAN1=		lha.1
 PLIST_FILES=	bin/lha
-PLIST_FILES+=	${__MANPAGES}
+PLIST_FILES+=	man/ja/man1/lha.1.gz
 
 do-install:
 	-${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1
-- 
cgit v1.2.3