aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-07-04 18:36:44 +0800
committerlofi <lofi@FreeBSD.org>2007-07-04 18:36:44 +0800
commitff9b7a2cc4d777a80e1198a82d883555443612bf (patch)
tree5e1a734b29011f085da5f8739c835e297917ed1f /x11-toolkits
parentddc831edbdc0e553f4127cd743e90f69fdbe3430 (diff)
downloadfreebsd-ports-gnome-ff9b7a2cc4d777a80e1198a82d883555443612bf.tar.gz
freebsd-ports-gnome-ff9b7a2cc4d777a80e1198a82d883555443612bf.tar.zst
freebsd-ports-gnome-ff9b7a2cc4d777a80e1198a82d883555443612bf.zip
Undo accidental PORTREVISION decrease.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt33/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 962e33aca7d1..f5998852e49c 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qt
PORTVERSION= 3.3.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11-toolkits ipv6
MASTER_SITES= ${MASTER_SITE_QT}
DISTNAME= qt-x11-free-${PORTVERSION}
@@ -56,7 +56,8 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \
--exclude '${DISTNAME}/examples' --exclude '${DISTNAME}/tutorial' \
--exclude '${DISTNAME}/extensions/nsplugin/src/[^q]*' \
--exclude '${DISTNAME}/include/jri*' \
- --exclude '${DISTNAME}/include/np*'
+ --exclude '${DISTNAME}/include/np*' \
+ --exclude '${DISTNAME}/doc/html/qmake*'
OPTIONS= CUPS "Enable CUPS support" on \
KDE_PATCHES "Apply KDE patches" off \