diff options
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 4c14b456b677..cb6e06bfe8a8 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -11,11 +11,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -CONFLICTS= lha-ac-1* -NO_STAGE= yes - -MAN1= lha.1 MANLANG= ja +MAN1= lha.1 PLIST_FILES= bin/lha +PLIST_FILES+= ${__MANPAGES} + +do-install: + -${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/man/lha.n ${STAGEDIR}${PREFIX}/man/ja/man1/lha.1 .include <bsd.port.mk> |