From 2a531b2e4dd1beed2a7f8c65e83adebac9a668dc Mon Sep 17 00:00:00 2001 From: lofi Date: Fri, 16 Mar 2007 13:30:11 +0000 Subject: Don't install the qmake manual - devel/qmake already install it. Reported by: flz --- x11-toolkits/qt33/Makefile | 2 ++ x11-toolkits/qt33/pkg-plist | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 17ff3c83e1bd..a7984cf831d3 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.7 +PORTREVISION= 1 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -183,6 +184,7 @@ post-build: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${GREP} --mmap -F -l -- \ "${PLATFORM}" | ${XARGS} ${REINPLACE_CMD} -e "s,${PLATFORM}/qmake.conf,," \ -e "s,${PLATFORM},," + @${RM} -f ${WRKSRC}/doc/html/qmake* # Work around qmake generated dependencies pre-su-install: diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist index 48a7f7dddbde..94da66cc8b77 100644 --- a/x11-toolkits/qt33/pkg-plist +++ b/x11-toolkits/qt33/pkg-plist @@ -1414,16 +1414,6 @@ share/doc/qt/html/qmainwindow-members.html share/doc/qt/html/qmainwindow-qdockareas.png share/doc/qt/html/qmainwindow-w.png share/doc/qt/html/qmainwindow.html -share/doc/qt/html/qmake-manual-1.html -share/doc/qt/html/qmake-manual-2.html -share/doc/qt/html/qmake-manual-3.html -share/doc/qt/html/qmake-manual-4.html -share/doc/qt/html/qmake-manual-5.html -share/doc/qt/html/qmake-manual-6.html -share/doc/qt/html/qmake-manual-7.html -share/doc/qt/html/qmake-manual-8.html -share/doc/qt/html/qmake-manual.html -share/doc/qt/html/qmake.dcf share/doc/qt/html/qmap-h.html share/doc/qt/html/qmap-members.html share/doc/qt/html/qmap.html -- cgit