summaryrefslogtreecommitdiff
path: root/x11/qt5-qtdoc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-04-23 07:05:31 +0000
committeradam <adam@pkgsrc.org>2014-04-23 07:05:31 +0000
commitf99fc6f3c95edf720ed00eee11fe0b8c9c5bf604 (patch)
tree09c9fed5d3a11d2d70b3f56dbd3564a95b2a0247 /x11/qt5-qtdoc/Makefile
parent278520fb8bf3c07995f29983f25c60994033ec46 (diff)
downloadpkgsrc-f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604.tar.gz
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.
Diffstat (limited to 'x11/qt5-qtdoc/Makefile')
-rw-r--r--x11/qt5-qtdoc/Makefile11
1 files changed, 4 insertions, 7 deletions
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"