summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authormartti <martti>2005-05-30 14:18:14 +0000
committermartti <martti>2005-05-30 14:18:14 +0000
commit0ca533871f3e9f5b36fbb2612a2a10d97f11a8cc (patch)
tree8ae94335304b99275d375c38d74466cb511d2a2d /editors/vim-share/Makefile
parentd061859b9b47c2781c90086286af6c05cf0b4dbd (diff)
downloadpkgsrc-0ca533871f3e9f5b36fbb2612a2a10d97f11a8cc.tar.gz
Updated editors/vim to 6.3.074 and fixed pkg/29979
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index b1d36698e80..80d102098e0 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/05/26 20:09:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/30 14:18:14 martti Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
@@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --disable-gui
INSTALL_TARGET= installruntime installmacros installtutor installtools
-PLIST_SUBST+= VIM_SUBDIR="vim63"
+PLIST_SUBST+= VIM_SUBDIR="${VIM_SUBDIR}"
do-build:
@cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}