diff options
author | tron <tron@pkgsrc.org> | 2001-03-30 12:33:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-30 12:33:33 +0000 |
commit | 4193aa450bc980ad52cd61a479c4cb0a907f085c (patch) | |
tree | fa4b76014f94dd6e3e1e1c3ed483172b1ff3a6ca | |
parent | 1192687b9416f068dbeb105cc4bb6dc61cd56be6 (diff) | |
download | pkgsrc-4193aa450bc980ad52cd61a479c4cb0a907f085c.tar.gz |
Correct master site list and homepage URL.
-rw-r--r-- | misc/koffice/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 4d68e3f82af..dfe47757d21 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,13 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/30 00:25:19 hubertf Exp $ -# +# $NetBSD: Makefile,v 1.2 2001/03/30 12:33:33 tron Exp $ DISTNAME= koffice-2.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/ \ + ftp://ftp.de.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ +EXTRACT_SUFX= .tar.bz2 -HOMEPAGE= http://koffice.kde.org/ -COMMENT= KDE Office Suite with text processor, spreadsheet, ... +MAINTAINER= skrll@netbsd.org +HOMEPAGE= http://www.kde.org/ -.include "../../x11/kde2/Makefile.part1" +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.koffice.org/ +COMMENT= KDE Office Suite with text processor, spreadsheet, ... DEPENDS+= kdebase-2.1:../../x11/kdebase2 |