diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-03 09:41:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-03 09:41:01 +0000 |
commit | b8f524a238c197bd1b4892c049998c77b9e30d1a (patch) | |
tree | e0e5c32fe9dc0afb3dadb212163d096815f565f2 /archivers/lha | |
parent | c1f4999cd054f89acf2378e3e4eb84f56d9836dd (diff) |
Notes
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |