diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | bb9d737e5bea9b718df6ba1218667130f3e8585c (patch) | |
tree | b595a4844124c67233b9ad67ebd2502776636b48 /x11-toolkits/qt22 | |
parent | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (diff) | |
download | FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.zip FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/qt22')
-rw-r--r-- | x11-toolkits/qt22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index 0657a33..daf839b 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: qt21 -# Version required: 2.1.0 beta2 # Date created: 17 Jul 1999 # Whom: imura@kml.cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-x11-2.1.0-beta3 -PKGNAME= qt-2.1.0b3 +PORTNAME= qt +PORTVERSION= 2.1.0b3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ +DISTNAME= qt-x11-2.1.0-beta3 MAINTAINER= imura@FreeBSD.org |