aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-qt4-doc/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-12-03 03:47:17 +0800
committermakc <makc@FreeBSD.org>2010-12-03 03:47:17 +0800
commit1b9ec1582fbf2b219f611d52fca8410e3cd06973 (patch)
tree42a169743be676e050a1e903ddf771488b5da9bb /misc/py-qt4-doc/Makefile
parent69e87da3a0f46ad0c31d376913c821cc72c51ecd (diff)
downloadfreebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.tar.gz
freebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.tar.zst
freebsd-ports-gnome-1b9ec1582fbf2b219f611d52fca8410e3cd06973.zip
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
Diffstat (limited to 'misc/py-qt4-doc/Makefile')
-rw-r--r--misc/py-qt4-doc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile
index 845157d29b9d..aec3bef7b5f6 100644
--- a/misc/py-qt4-doc/Makefile
+++ b/misc/py-qt4-doc/Makefile
@@ -21,7 +21,6 @@ USE_PYTHON= 2.5+
DOCSDIR= ${PREFIX}/share/doc/py-qt4
do-install:
-.if !defined(NOPORTDOCS)
cd ${WRKSRC} &&\
${MKDIR} ${DOCSDIR} &&\
${INSTALL_DATA} GPL_EXCEPTION.TXT\
@@ -30,9 +29,6 @@ do-install:
OPENSOURCE-NOTICE.TXT README THANKS\
${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}
-.else
- @${ECHO} "NOPORTDOCS is set -- installing nothing."
-.endif
.include "../../devel/py-sip/files/bsd.pyqt.mk"
.include <bsd.port.mk>