From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- editors/vim-share/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vim-share') 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 -- cgit v1.2.3