diff options
author | tron <tron> | 2001-04-07 04:32:40 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-07 04:32:40 +0000 |
commit | fe9f5bf0aeefb979a9f4bcbca50d7bcc97f89162 (patch) | |
tree | 6e219069795a604a9434ad1059ed3e8b658dc775 /misc/koffice | |
parent | 903347312937cd1697712efd07d12771439c8e40 (diff) | |
download | pkgsrc-fe9f5bf0aeefb979a9f4bcbca50d7bcc97f89162.tar.gz |
Fix thinko in last commit.
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index ec001f09d2b..643d57f3827 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/04/06 10:24:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/07 04:32:40 tron Exp $ -DISTNAME= koffice-1.0.1 +DISTNAME= koffice-2.0.1 +PKGNAME= koffice-1.0.1 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \ |