diff options
Diffstat (limited to 'x11-toolkits/qt30/Makefile')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 43d4747e814c..aa1950e0bbb0 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -7,7 +7,7 @@ PORTNAME?= qt PORTVERSION?= 3.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ @@ -76,10 +76,15 @@ pre-everything: @${ECHO_MSG} '===> **************************************************' .endif -# Remove unneeded dirs (speedup). +# Remove unneeded dirs (speedup) and fake netscape files. post-patch: @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial + @cd ${WRKSRC}/include; \ + ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h + @cd ${WRKSRC}/extensions/nsplugin/src; \ + ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h \ + npunix.c npwin.cpp # Work around qmake generated dependencies pre-install: |