diff options
author | will <will@FreeBSD.org> | 2002-05-10 21:00:46 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-05-10 21:00:46 +0800 |
commit | 69a6e32a978261b9e726e1812ca06d9b633230dd (patch) | |
tree | ff9157c69d16c98aeb15b1144a98c76a70544d17 /x11-toolkits/qt31 | |
parent | dd534ed415fef53b230be028edf4c99c67e43120 (diff) | |
download | freebsd-ports-graphics-69a6e32a978261b9e726e1812ca06d9b633230dd.tar.gz freebsd-ports-graphics-69a6e32a978261b9e726e1812ca06d9b633230dd.tar.zst freebsd-ports-graphics-69a6e32a978261b9e726e1812ca06d9b633230dd.zip |
Fix conflict with mozilla-headers. Bump PORTREVISION for package change.
PR: 37881
Reported by: Chris Knight <chris@aims.com.au>
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/qt31/pkg-plist | 5 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 43d4747e814..aa1950e0bbb 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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: diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist index cd9b67fa231..cc94264f7a5 100644 --- a/x11-toolkits/qt31/pkg-plist +++ b/x11-toolkits/qt31/pkg-plist @@ -9,11 +9,6 @@ bin/qm2ts bin/qmake bin/qtconfig bin/uic -include/jri.h -include/jri_md.h -include/jritypes.h -include/npapi.h -include/npupp.h include/private/qapplication_p.h include/private/qcolor_p.h include/private/qcom_p.h |