diff options
author | obrien <obrien@FreeBSD.org> | 2007-12-20 00:20:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-12-20 00:20:02 +0800 |
commit | 3aed4e2dab9596467c436790181fc835e7771c3b (patch) | |
tree | 514b57d05c527043a392143596c5e118717fb584 /editors | |
parent | 297455c4b613437b89dab18846cc251269ba366c (diff) | |
download | freebsd-ports-gnome-3aed4e2dab9596467c436790181fc835e7771c3b.tar.gz freebsd-ports-gnome-3aed4e2dab9596467c436790181fc835e7771c3b.tar.zst freebsd-ports-gnome-3aed4e2dab9596467c436790181fc835e7771c3b.zip |
Add a "show-options" target.
Submitted by: sorry, I cannot remember who I was discussing with that led me to add this
Diffstat (limited to 'editors')
-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]*$//}/ \ |