From owner-cvs-all@FreeBSD.ORG Mon Oct 25 15:42:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD0116A4CE; Mon, 25 Oct 2004 15:42:37 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D25043D31; Mon, 25 Oct 2004 15:42:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP id i9PFga3f012772; Tue, 26 Oct 2004 00:42:36 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 26 Oct 2004 00:42:36 +0900 (JST) Message-Id: <200410251542.i9PFga3f012772@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Joe Marcus Clarke In-Reply-To: <200410240238.i9O2ceVO045894@repoman.freebsd.org> References: <200410240238.i9O2ceVO045894@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040918 (GTK+ 2.4.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.10 (sakura.ninth-nine.com [219.127.74.121]); Tue, 26 Oct 2004 00:42:36 +0900 (JST) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 15:42:38 -0000 On Sun, 24 Oct 2004 02:38:40 +0000 (UTC) Joe Marcus Clarke 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 > 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}/'.