summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2011-06-20 17:40:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2011-06-20 17:40:31 +0000
commit1897b6f7eb5c18e1d736b2416d4217a4c3c536b3 (patch)
treecd8068265ad63fa7792f151755336908fadc7016 /editors/vim
parentInclude bsd.port.options.mk. (diff)
Minor style change.
Notes
Notes: svn path=/head/; revision=275913
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 6d4167c6aff6..5b7d46756016 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -219,11 +219,11 @@ post-install:
${TEST} -e ${PREFIX}/bin/gvimtutor \
|| (cd ${PREFIX}/bin ; ${LN} -sf vimtutor gvimtutor)
${INSTALL_DATA} ${FILESDIR}/vietnamese_viscii.vim ${DATADIR}/keymap
- cd ${PREFIX} ;\
+ cd ${PREFIX} ; \
${FIND} share/vim/${_DATADIR} -type f -o -type l \
| ${SORT} \
>${WRKDIR}/PLIST.share-vim
- cd ${PREFIX} ;\
+ cd ${PREFIX} ; \
${FIND} share/vim/${_DATADIR} -type d \
| ${SORT} -r | ${SED} -e 's/^/@dirrm /g' \
>>${WRKDIR}/PLIST.share-vim