Date: Sun, 25 Dec 2016 15:01:34 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429435 - head/databases/sqlite2 Message-ID: <201612251501.uBPF1Ysd063957@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612251501.uBPF1Ysd063957>