Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 09:41:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367180 - head/archivers/lha
Message-ID:  <201409030941.s839f2Ai024875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  3 09:41:01 2014
New Revision: 367180
URL: http://svnweb.freebsd.org/changeset/ports/367180
QAT: https://qat.redports.org/buildarchive/r367180/

Log:
  Fix manpage handling

Modified:
  head/archivers/lha/Makefile

Modified: head/archivers/lha/Makefile
==============================================================================
--- head/archivers/lha/Makefile	Wed Sep  3 09:17:55 2014	(r367179)
+++ head/archivers/lha/Makefile	Wed Sep  3 09:41:01 2014	(r367180)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409030941.s839f2Ai024875>