diff options
author | martti <martti@pkgsrc.org> | 2006-07-18 10:27:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-18 10:27:16 +0000 |
commit | cb01e477dbd56659854368f13010f531fbca4617 (patch) | |
tree | 50bdfaf1f9d048db9c4ffc6819f07ed7b4f1c425 /editors/vim-lang | |
parent | 8bbe07c491732436fc614903b459296fc8d810b4 (diff) | |
download | pkgsrc-cb01e477dbd56659854368f13010f531fbca4617.tar.gz |
* Make sure PATCHDIR is always set so that the patches are really used.
This fixes the vim-motif build.
* Update to 7.0.39
3990 7.0.036 can't compile with small features and syntax HL
1880 7.0.037 crash when resizing Vim window when a line doesn't fit
3236 7.0.038 complete() can be used from expr. mapping after inserting text
3240 7.0.039 third argument for inputdialog() doesn't work in the console
Diffstat (limited to 'editors/vim-lang')
-rw-r--r-- | editors/vim-lang/PLIST | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/editors/vim-lang/PLIST b/editors/vim-lang/PLIST index 1bb51501e0e..2defbec3bc0 100644 --- a/editors/vim-lang/PLIST +++ b/editors/vim-lang/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/05/21 13:32:27 martti Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/07/18 10:27:16 martti Exp $ man/fr.ISO8859-1/man1/evim.1 man/fr.ISO8859-1/man1/ex.1 man/fr.ISO8859-1/man1/rview.1 @@ -325,3 +325,25 @@ share/vim/${VIM_SUBDIR}/lang/zh_TW/LC_MESSAGES/vim.mo @dirrm share/vim/${VIM_SUBDIR}/lang/zh_CN.UTF-8/LC_MESSAGES @dirrm share/vim/${VIM_SUBDIR}/lang/zh_CN.UTF-8 @dirrm share/vim/${VIM_SUBDIR}/lang +@unexec ${RMDIR} %D/man/fr.ISO8859-1/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/fr.ISO8859-1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/fr.UTF-8/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/fr.UTF-8 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/fr/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/fr 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it.ISO8859-1/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it.ISO8859-1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it.UTF-8/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it.UTF-8 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl.ISO8859-2/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl.ISO8859-2 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl.UTF-8/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl.UTF-8 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pl 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru.KOI8-R/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru.KOI8-R 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru.UTF-8/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru.UTF-8 2>/dev/null || ${TRUE} |