summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /editors/vim-share
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 661a8c5dcad..ce3c9c6162c 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.34 2003/07/17 21:35:09 grant Exp $
+# $NetBSD: Makefile.common,v 1.35 2004/01/20 12:14:06 agc Exp $
VIM_VERSION= 6.2
VIM_PATCHLEVEL= 0
DISTNAME= vim-${VIM_VERSION}
-WRKSRC= ${WRKDIR}/vim62/src
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \
@@ -23,6 +22,7 @@ HOMEPAGE= http://www.vim.org/
CONFLICTS+= vim-kde-[0-9]*
+WRKSRC= ${WRKDIR}/vim62/src
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes