summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-07 08:14:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-07 08:14:39 +0000
commitdfe75d1843dbf2c93f6fa2b6ba31a81b0c3a6d51 (patch)
treeea00dc396deb497c88f3e01821d672210dbddf56 /editors/vim
parentUpdate to 0.7.5. (diff)
Change the data directory.
Notes
Notes: svn path=/head/; revision=82422
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 11a9f7e68017..ea0a0a9e1ba6 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -44,7 +44,7 @@ PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST
#PATCH_DIST_ARGS= -t
MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}"
ALL_TARGET= #
-_DATADIR= ${DISTNAME:C/.[0-9]*$//:S/-//g:S/.//g}
+_DATADIR= ${DISTNAME:S/-//g:S/.//g}
DATADIR= ${PREFIX}/share/vim/${_DATADIR}
PLIST_SUB= VIM_VER=${_DATADIR}
MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1