diff options
author | tron <tron@pkgsrc.org> | 2001-04-07 04:32:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-07 04:32:40 +0000 |
commit | 2ad2ae9c39748562df1c1977a6c0e972471be7c1 (patch) | |
tree | 6e219069795a604a9434ad1059ed3e8b658dc775 /misc | |
parent | 1565b8fceda96e87d939c26cf72ed9f9dba2a92d (diff) | |
download | pkgsrc-2ad2ae9c39748562df1c1977a6c0e972471be7c1.tar.gz |
Fix thinko in last commit.
Diffstat (limited to 'misc')
-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/ \ |