svn commit: r328318 - head/editors/vim

David E. O'Brien obrien at FreeBSD.org
Wed Sep 25 21:16:44 UTC 2013


Author: obrien
Date: Wed Sep 25 21:16:43 2013
New Revision: 328318
URL: http://svnweb.freebsd.org/changeset/ports/328318

Log:
  Embelish show-options output.

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Wed Sep 25 21:15:17 2013	(r328317)
+++ head/editors/vim/Makefile	Wed Sep 25 21:16:43 2013	(r328318)
@@ -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:


More information about the svn-ports-all mailing list