Date: Sat, 07 Jun 2003 06:16:21 +0400 From: Sergey Matveychuk <sem@ciam.ru> To: obrien@freebsd.org, ports@freebsd.org Subject: vim62 port does not install Message-ID: <3EE14AF5.8050602@ciam.ru>
next in thread | raw e-mail | index | archive | help
Hello! When I'v tried to install I'v got this message: ----- .... install -o root -g wheel -m 444 /usr/ports/editors/vim/files/vietnamese_viscii.vim /usr/local/share/vim/vim6/keymap install: /usr/local/share/vim/vim6/keymap: No such file or directory *** Error code 71 ----- Directory must be /usr/local/share/vim/vim62/keymap really. I think, you twice try to cutoff PATCHLEVEL from PORTVERSION. Here: DISTNAME= vim-${PORTVERSION}:C/\.[0-9]*$//} And here: _DATADIR= ${DISTNAME:C/.[0-9]*$//:S/-//g:S/.//g} Change last line to: _DATADIR= ${DISTNAME:S/-//g:S/.//g} Fixes it. ---- Sem.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EE14AF5.8050602>