diff options
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 44bcee5750e..5ebb7ec3c62 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2001/11/13 21:23:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/21 21:19:28 skrll Exp $ -DISTNAME= koffice-1.1 +DISTNAME= koffice-1.1.1 CATEGORIES= misc kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1/src/ \ - ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1/src/ \ - ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1/src/ +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.1.1/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.1.1/src/ .include "../../x11/kde2/Makefile.kde2" |