diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-26 14:27:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-26 14:27:22 +0000 |
commit | 773796aef54e13a4f9eac37c06e6e57205596a00 (patch) | |
tree | 17aea8967a4ef51be9b5de3b844eeb8c3d72c095 /graphics/s10sh/Makefile | |
parent | 481cdd156048c7ea0da50e3fa62b90bcf210649c (diff) | |
download | pkgsrc-773796aef54e13a4f9eac37c06e6e57205596a00.tar.gz |
install the README file - the only piece of documentation available
(requested by Hubert F.)
Diffstat (limited to 'graphics/s10sh/Makefile')
-rw-r--r-- | graphics/s10sh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 50f04f3677e..90efcb5f46e 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/08 20:08:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/26 14:27:22 drochner Exp $ # DISTNAME= s10sh-0.2.0 @@ -14,7 +14,9 @@ HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} do-install: - ${INSTALL} ${WRKSRC}/s10sh ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/s10sh ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/s10sh + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/s10sh .include "../../devel/libusb/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |