Date: Sat, 08 Aug 2015 00:56:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202168] editors/vim: *vimrc "sample" is broken... Message-ID: <bug-202168-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202168 Bug ID: 202168 Summary: editors/vim: *vimrc "sample" is broken... Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: michelle@sorbs.net Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) This fixes it... [michelle@colossus /Storage/source/ports/head]$ diff -Nru ../../current/editors/vim editors/vim diff -Nru ../../current/editors/vim/Makefile editors/vim/Makefile --- ../../current/editors/vim/Makefile 2015-07-25 09:40:31.000000000 +0200 +++ editors/vim/Makefile 2015-08-08 02:27:51.001392964 +0200 @@ -155,8 +155,8 @@ post-install-DEFAULT_VIMRC-on: ${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/gvimrc.sample - ${INSTALL_DATA} ${FILESDIR}/vimrc ${STAGEDIR}${ETCDIR}/vimrc.sample + ${INSTALL_DATA} ${WRKSRC}/runtime/gvimrc_example.vim ${STAGEDIR}${ETCDIR}/gvimrc.sample + ${INSTALL_DATA} ${WRKSRC}/runtime/vimrc_example.vim ${STAGEDIR}${ETCDIR}/vimrc.sample post-install-NLS-off: ${MKDIR} ${STAGEDIR}${DATADIR}/${VIM_VER}/keymap/ -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202168-13>