diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-07 10:43:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-07 10:43:06 +0000 |
commit | 8ab143529a9a7f76bce1a746e5b4b4696dfc15a4 (patch) | |
tree | 05f0ce4023f38469f5b2ee0ef6cf64870f62ed26 /net/kopete/Makefile | |
parent | 30acddd9045de769d6e33ed0257b169b07d66235 (diff) |
Notes
Diffstat (limited to 'net/kopete/Makefile')
-rw-r--r-- | net/kopete/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 4e42d6b3b5be..05d721f29a53 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -6,14 +6,14 @@ # PORTNAME= kopete -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.1 CATEGORIES= net kde -MASTER_SITES= http://www.chez.com/dae/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/} MAINTAINER= stefan.jahn@nemesis-sektor.de -BROKEN= "Does not compile" - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes |