summaryrefslogtreecommitdiff
path: root/x11/qt1
diff options
context:
space:
mode:
authorwulf <wulf>2000-07-07 13:28:55 +0000
committerwulf <wulf>2000-07-07 13:28:55 +0000
commite1511ff26ff6b83e115a4d5101ad4dd958c82e91 (patch)
treea372871e44bc6b6c8ff460a0f84089da35fbe6e8 /x11/qt1
parent04a8937c334e0ed6f00416ce91ed57be69a692cc (diff)
downloadpkgsrc-e1511ff26ff6b83e115a4d5101ad4dd958c82e91.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"