summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/s10sh/Makefile6
-rw-r--r--graphics/s10sh/PLIST4
2 files changed, 7 insertions, 3 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"
diff --git a/graphics/s10sh/PLIST b/graphics/s10sh/PLIST
index 0b018c3f89b..d11b39523ca 100644
--- a/graphics/s10sh/PLIST
+++ b/graphics/s10sh/PLIST
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:50 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/10/26 14:27:22 drochner Exp $
bin/s10sh
+share/doc/s10sh/README
+@dirrm share/doc/s10sh