Date: Tue, 26 Oct 2004 00:42:36 +0900 (JST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: Joe Marcus Clarke <marcus@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile Message-ID: <200410251542.i9PFga3f012772@sakura.ninth-nine.com> In-Reply-To: <200410240238.i9O2ceVO045894@repoman.freebsd.org> References: <200410240238.i9O2ceVO045894@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Oct 2004 02:38:40 +0000 (UTC)
Joe Marcus Clarke <marcus@FreeBSD.org> wrote:
> marcus 2004-10-24 02:38:40 UTC
> FreeBSD ports repository
> Modified files:
> www/mozilla Makefile
> Log:
> Move REINPLACE_CMD up from do-install to pre-install so no .bak files are left
> behind after pkg_delete.
> PR: 73054
> Submitted by: Michael Johnson <ahze@ahze.net>
> Revision Changes Path
> 1.175 +3 -3 ports/www/mozilla/Makefile
--- Makefile 2004/10/21 03:35:24 1.174
+++ Makefile 2004/10/24 02:38:40 1.175
@@ -274,6 +274,9 @@
${TOUCH} -f ${PLIST}
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} install
+ ${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \
+ ${PREFIX}/lib/${MOZILLA}/mozilla \
+ ${PREFIX}/lib/${MOZILLA}/mozilla-config
Humm... These should be fixed '${FAKEDIR}/bin/' instead of
'${PREFIX}/lib/${MOZILLA}/'.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410251542.i9PFga3f012772>
