summaryrefslogtreecommitdiff
path: root/editors/vim-kde
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-01-09 13:47:42 +0000
committermartti <martti@pkgsrc.org>2008-01-09 13:47:42 +0000
commit1a7b4fdb6cdf834f55ff0da04febc3ddf73fc4e0 (patch)
treec1b7724942f7fa3693b00145c29318594812694d /editors/vim-kde
parentbac083b86fe92882a91c77f3ec47f6321a480a76 (diff)
downloadpkgsrc-1a7b4fdb6cdf834f55ff0da04febc3ddf73fc4e0.tar.gz
Some "pkglint -Wall" fixes.
Diffstat (limited to 'editors/vim-kde')
-rw-r--r--editors/vim-kde/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-kde/Makefile b/editors/vim-kde/Makefile
index c33a1e4b96c..ec5a12de899 100644
--- a/editors/vim-kde/Makefile
+++ b/editors/vim-kde/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2007/12/02 11:58:59 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2008/01/09 13:47:43 martti Exp $
DISTNAME= kvim-${KVIM_VERSION}
PKGNAME= vim-kde-${KVIM_VERSION}
PKGREVISION= 14
CATEGORIES= editors kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/utils/
+MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE3.x/utils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --with-features=huge
CONFIGURE_ARGS+= --with-tlib=ncurses
post-configure:
- ${TOUCH} ${WRKSRC:Q}/auto/configure ${WRKSRC:Q}/auto/config.mk
+ ${TOUCH} ${WRKSRC}/auto/configure ${WRKSRC}/auto/config.mk
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../devel/ncurses/buildlink3.mk"