Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2018 10:39:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224244] make reinstall and FORCE_PKG_REGISTER  does not work
Message-ID:  <bug-224244-13-lQXKjo9CCl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224244-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224244-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=3D224244

--- Comment #11 from w.schwarzenfeld@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=3D"${DEPENDS_TARGET}" ${MA=
KE}
install
   3706 +        @cd ${.CURDIR} && ${MAKE} deinstall && ${MAKE} install
   3707 .endif

--=20
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-224244-13-lQXKjo9CCl>