summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /editors/vim-share
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 4c80a7206a6..4cc7012066d 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.31 2003/03/16 08:02:38 martti Exp $
+# $NetBSD: Makefile.common,v 1.32 2003/03/29 12:40:47 jmmv Exp $
VIM_VERSION= 6.1
VIM_PATCHLEVEL= 405
DISTNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
+WRKSRC= ${WRKDIR}/vim61/src
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \
@@ -24,7 +25,6 @@ CONFLICTS+= vim-kde-[0-9]*
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/vim61/src
# See "configure --help" extra options. These might affect the installed
# files (and PLIST might not include all files) so use at your own risk!