pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lha Install a man page with INSTALL_MAN, not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8eaf5b841d71
branches: trunk
changeset: 475941:8eaf5b841d71
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun May 30 07:06:26 2004 +0000
description:
Install a man page with INSTALL_MAN, not with INSTALL_DATA.
diffstat:
archivers/lha/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 463829018c93 -r 8eaf5b841d71 archivers/lha/Makefile
--- a/archivers/lha/Makefile Sun May 30 07:04:26 2004 +0000
+++ b/archivers/lha/Makefile Sun May 30 07:06:26 2004 +0000
@@ -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
@@ -29,6 +29,6 @@
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"
Home |
Main Index |
Thread Index |
Old Index