[Bug 202168] editors/vim: *vimrc "sample" is broken...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 8 00:56:45 UTC 2015


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 at FreeBSD.org
          Reporter: michelle at sorbs.net
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

This fixes it...

[michelle at 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.


More information about the freebsd-ports-bugs mailing list