summaryrefslogtreecommitdiff
path: root/x11/qt1
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2000-07-07 13:28:55 +0000
committerwulf <wulf@pkgsrc.org>2000-07-07 13:28:55 +0000
commit8dd49902ad1698765de146550e0e4360569bd48b (patch)
treea372871e44bc6b6c8ff460a0f84089da35fbe6e8 /x11/qt1
parent63e0fe0da3c7e53fc757405bdf0148b253e1f2f4 (diff)
downloadpkgsrc-8dd49902ad1698765de146550e0e4360569bd48b.tar.gz
Extended installation procedure to include HTML documentation
Diffstat (limited to 'x11/qt1')
-rw-r--r--x11/qt1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile
index 61d5e680a65..9b19e64b572 100644
--- a/x11/qt1/Makefile
+++ b/x11/qt1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/07/06 19:04:50 skrll Exp $
+# $NetBSD: Makefile,v 1.7 2000/07/07 13:28:55 wulf Exp $
#
DISTNAME= qt-1.44
@@ -59,5 +59,7 @@ do-install:
done)
${INSTALL_DATA_DIR} ${QTPREFIX}/share/doc/qt
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.QT ${QTPREFIX}/share/doc/qt/
+ ${INSTALL_DATA_DIR} ${QTPREFIX}/share/doc/qt/html
+ ${INSTALL_DATA} ${WRKSRC}/html/* ${QTPREFIX}/share/doc/qt/html
.include "../../mk/bsd.pkg.mk"