diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2013-09-25 21:16:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2013-09-25 21:16:43 +0000 |
commit | 2db102986e9643e28262cb31f6f0d611cad7ce03 (patch) | |
tree | 72bb59c69edfc13a4973f83415bb95d8bcfd448a /editors | |
parent | 5e011489a2f0d041907f0ae177adff9b438cb572 (diff) | |
download | ports-2db102986e9643e28262cb31f6f0d611cad7ce03.tar.gz ports-2db102986e9643e28262cb31f6f0d611cad7ce03.zip |
Notes
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 895e3956feb9..9abca3d8dd81 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -235,6 +235,9 @@ post-install: show-options: @${MAKE} -DWITH_OPTIONS showconfig + @${ECHO_CMD} "" + @${ECHO_CMD} "Put \"WITH_OPTIONS=yes\" -or- \"WITH_VIM_OPTIONS=yes\"" + @${ECHO_CMD} "in your /etc/make.conf or /etc/ports.conf file to enable OPTIONS processing. .if defined(ONT_CHECKSUM) checksum: |