Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 21:16:44 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328318 - head/editors/vim
Message-ID:  <201309252116.r8PLGiSY042063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309252116.r8PLGiSY042063>