svn commit: r429435 - head/databases/sqlite2

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Dec 25 15:01:35 UTC 2016


Author: rakuco
Date: Sun Dec 25 15:01:33 2016
New Revision: 429435
URL: https://svnweb.freebsd.org/changeset/ports/429435

Log:
  Make sure "all" is part of ALL_TARGET.
  
  Follow-up to r429384: we were setting ALL_TARGET to just "doc". While the build
  did not break, the code was actually being built during `make stage', which is
  not what we expect.

Modified:
  head/databases/sqlite2/Makefile

Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile	Sun Dec 25 14:58:04 2016	(r429434)
+++ head/databases/sqlite2/Makefile	Sun Dec 25 15:01:33 2016	(r429435)
@@ -48,7 +48,7 @@ PLIST_SUB+=	WITH_TCLWRAPPER="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MDOCS}
-ALL_TARGET=	doc
+ALL_TARGET=	all doc
 PORTDOCS=	*
 MAKE_ARGS+=	TCLSH=${TCLSH}
 MAKE_ENV+=	TCL_VER=${TCL_VER}


More information about the svn-ports-head mailing list