cvs commit: ports/www/mozilla Makefile

Norikatsu Shigemura nork at FreeBSD.org
Mon Oct 25 08:42:38 PDT 2004


On Sun, 24 Oct 2004 02:38:40 +0000 (UTC)
Joe Marcus Clarke <marcus at 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 at 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}/'.


More information about the cvs-ports mailing list