svn commit: r367180 - head/archivers/lha

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 09:41:02 UTC 2014


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 at 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


More information about the svn-ports-head mailing list