[Bug 224244] make reinstall and FORCE_PKG_REGISTER does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 5 10:39:30 UTC 2018


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

--- Comment #11 from w.schwarzenfeld at utanet.at ---
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

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


More information about the freebsd-ports-bugs mailing list