Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Sep 2015 14:01:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202949] bsd.options.mk: do-* target helpers fail to override default definitions
Message-ID:  <bug-202949-13-0k8X5P34s2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202949-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202949-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202949

--- Comment #1 from Baptiste Daroussin <bapt@FreeBSD.org> ---
I that case the only solution would be to write something like:
do-install:
   ${TRUE}

The helpers are not intended to overwrite do-install and we have no mechanism
yet to expression "go through the install phase but ignore do-install" other
than with the above trick

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202949-13-0k8X5P34s2>