aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt22/Makefile
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>1999-10-02 11:26:02 +0800
committerimura <imura@FreeBSD.org>1999-10-02 11:26:02 +0800
commitd9e216f1a8c6ee676138d1413c5798b7e4d528f0 (patch)
treee28db4e3e861fb904f02cd975a3086b8d65e75ef /x11-toolkits/qt22/Makefile
parent0d2c471bc40983da446f18af1853ba6dcc380049 (diff)
downloadfreebsd-ports-gnome-d9e216f1a8c6ee676138d1413c5798b7e4d528f0.tar.gz
freebsd-ports-gnome-d9e216f1a8c6ee676138d1413c5798b7e4d528f0.tar.zst
freebsd-ports-gnome-d9e216f1a8c6ee676138d1413c5798b7e4d528f0.zip
Update to Qt-2.0.2
Diffstat (limited to 'x11-toolkits/qt22/Makefile')
-rw-r--r--x11-toolkits/qt22/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile
index 1b9f0ba65257..90bcbb6b5f94 100644
--- a/x11-toolkits/qt22/Makefile
+++ b/x11-toolkits/qt22/Makefile
@@ -1,16 +1,16 @@
-# New ports collection makefile for: qt201
-# Version required: 2.0.1
+# New ports collection makefile for: qt20
+# Version required: 2.0.2
# Date created: 17 Jul 1999
# Whom: imura@cs.titech.ac.jp
#
# $FreeBSD$
#
-DISTNAME= qt-2.0.1
+DISTNAME= qt-2.0.2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.troll.no/qt/source/
-MAINTAINER= imura@cs.titech.ac.jp
+MAINTAINER= imura@FreeBSD.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
@@ -34,7 +34,7 @@ USE_NEWGCC= YES
.if ${PORTOBJFORMAT} == "elf"
VERSION= 2
.else
-VERSION= 2.01
+VERSION= 2.02
.endif
PLIST_SUB= VERSION=${VERSION}
@@ -60,7 +60,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE.QPL ${PREFIX}/share/doc/qt2
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qt2
${INSTALL_DATA} ${WRKSRC}/README.QT ${PREFIX}/share/doc/qt2
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/qt2/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/[^q]* ${PREFIX}/share/doc/qt2/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/q[a-m]* ${PREFIX}/share/doc/qt2/html
+ ${INSTALL_DATA} ${WRKSRC}/doc/q[n-z]* ${PREFIX}/share/doc/qt2/html
.endif
.include <bsd.port.post.mk>