diff options
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 3c514fb20c35..0c24e44d287c 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -231,6 +231,9 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} +show-options: + @${MAKE} -DWITH_OPTIONS showconfig + cklatest: @-ncftpls \ ftp://ftp.vim.org/pub/vim/patches/${PORTVERSION:C/\.[0-9a-z]*$//}/ \ |