diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-09 12:00:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-09 12:00:28 +0000 |
commit | bb9e8df122f57918a7715c04d01f4798c97f87d7 (patch) | |
tree | f823069e00e01ec1c3343d13691b49e8423b4369 /misc/koffice | |
parent | da285d589beb7a5092eedb018120d4ef8366ddfd (diff) | |
download | pkgsrc-bb9e8df122f57918a7715c04d01f4798c97f87d7.tar.gz |
One MAINTAINER block should be enough. Shorten COMMENT.
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 643d57f3827..ba7f554abfd 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/07 04:32:40 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/09 12:00:28 wiz Exp $ DISTNAME= koffice-2.0.1 PKGNAME= koffice-1.0.1 @@ -8,12 +8,9 @@ MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/sr ftp://ftp.de.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= skrll@netbsd.org -HOMEPAGE= http://www.kde.org/ - MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.koffice.org/ -COMMENT= KDE Office Suite with text processor, spreadsheet, ... +COMMENT= KDE Office Suite with text processor, spreadsheet, et cetera DEPENDS+= kdebase-2.1:../../x11/kdebase2 |