summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-12-19 16:20:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-12-19 16:20:02 +0000
commitdf3aa124c9ea27c27690ab1d3f8d7321293a098f (patch)
tree6b850fa29b8c2150e716b903717908cc1d2b031f /editors/vim
parentUpdate to 2.20.3 (diff)
Add a "show-options" target.
Submitted by: sorry, I cannot remember who I was discussing with that led me to add this
Notes
Notes: svn path=/head/; revision=204121
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile3
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]*$//}/ \