diff options
Diffstat (limited to 'editors/vim-kde/Makefile')
-rw-r--r-- | editors/vim-kde/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile index fe3d2e17553..c33a1e4b96c 100644 --- a/editors/vim-kde/Makefile +++ b/editors/vim-kde/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.47 2007/11/30 21:55:05 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2007/12/02 11:58:59 wiz Exp $ DISTNAME= kvim-${KVIM_VERSION} PKGNAME= vim-kde-${KVIM_VERSION} PKGREVISION= 14 CATEGORIES= editors kde -MASTER_SITES= ftp://ftp.rutgers.edu/pub/kde/stable/apps/KDE3.x/utils/ \ - ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/utils/ \ - http://freenux.org/kvim/ +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/utils/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |