From f220469b5729d8e32fc54710066703e51adb066f Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 25 Dec 2016 15:01:33 +0000 Subject: 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. --- databases/sqlite2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/sqlite2/Makefile') diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index ad8e05986142..6048f9a4ca0f 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -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} -- cgit v1.2.3