[Bug 224244] make reinstall and FORCE_PKG_REGISTER does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 5 22:00:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224244

Bryan Drewery <bdrewery at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdrewery at FreeBSD.org

--- Comment #12 from Bryan Drewery <bdrewery at FreeBSD.org> ---
(In reply to w.schwarzenfeld from comment #11)
> I see no big work, if I am right all what is to do is:
> bsd.port.mk
> 3703 reinstall:
>    3704         @${RM} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
>    3705 -       @cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE}
> install
>    3706 +        @cd ${.CURDIR} && ${MAKE} deinstall && ${MAKE} install
>    3707 .endif

Pretty much it looks right. I don't know what's up with DEPENDS_TARGET there.

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


More information about the freebsd-ports-bugs mailing list