diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-20 17:40:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2011-06-20 17:40:31 +0000 |
commit | 1897b6f7eb5c18e1d736b2416d4217a4c3c536b3 (patch) | |
tree | cd8068265ad63fa7792f151755336908fadc7016 /editors/vim/Makefile | |
parent | c1613c34fb0c0dde9928c1d3401e184c2296d497 (diff) |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 4 |
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 |