From f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 23 Apr 2014 07:05:31 +0000 Subject: Changes 5.2.1: It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0. --- x11/qt5-qtdoc/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'x11/qt5-qtdoc') diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile index ec0a0d1e868..7c4e02b7b15 100644 --- a/x11/qt5-qtdoc/Makefile +++ b/x11/qt5-qtdoc/Makefile @@ -1,22 +1,19 @@ -# $NetBSD: Makefile,v 1.8 2014/04/20 02:27:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2014/04/23 07:05:31 adam Exp $ .include "../../x11/qt5-qtbase/Makefile.common" PKGNAME= qt5-qtdoc-${QTVERSION} -PKGREVISION= 7 COMMENT= Qt5 documentations USE_LIBTOOL= yes MAKE_ENV+= QTDIR=${QTDIR} -BUILD_DIRS+= qtdoc - -INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} - +BUILD_DIRS= qtdoc BUILD_TARGET= docs INSTALL_TARGET= install_docs -.include "../../x11/qt5-qtbase/buildlink3.mk" +INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} + .include "../../x11/qt5-qttools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3