Skip to content

Commit

Permalink
Install a man page with INSTALL_MAN, not with INSTALL_DATA.
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 30, 2004
1 parent b2521fa commit deb599e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archivers/lha/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 2004/05/30 07:04:26 minskim Exp $
# $NetBSD: Makefile,v 1.22 2004/05/30 07:06:26 minskim Exp $

DISTNAME= lha-114i
PKGNAME= lha-114.9
Expand Down Expand Up @@ -29,6 +29,6 @@ INSTALLATION_DIRS= bin man/ja_JP.EUC/man1

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/man/lha.n ${PREFIX}/man/ja_JP.EUC/man1/lha.1
${INSTALL_MAN} ${WRKSRC}/man/lha.n ${PREFIX}/man/ja_JP.EUC/man1/lha.1

.include "../../mk/bsd.pkg.mk"

0 comments on commit deb599e

Please sign in to comment.