diff options
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 0aa873600..21c78a155 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla-devel/Makefile,v 1.4 2005/08/06 18:33:08 marcus Exp $ +# $MCom: ports/www/mozilla-devel/Makefile,v 1.5 2005/08/15 17:44:06 ahze Exp $ # PORTNAME?= mozilla @@ -111,7 +111,7 @@ OPTIONS=CALENDAR "Enable the Calendar module" off \ .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "alpha" -BROKEN= Does not compile on ${ARCH} +BROKEN= "Does not compile on ${ARCH}" .endif .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 @@ -119,13 +119,13 @@ IGNORE= core dumps on ${ARCH} during post-build .endif .if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) -BROKEN= Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ - illegibly. Please remove the mozilla-fonts package +BROKEN= "Mozilla${MOZ_SUFX} and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package" .endif .if defined(WITH_CALENDAR) && (defined(WITHOUT_MAILNEWS) || \ defined(WITHOUT_COMPOSER)) -BROKEN= Calendar requires Composer and Mailnews support. +BROKEN= "Calendar requires Composer and Mailnews support." .endif .if ${OSVERSION} < 500000 @@ -265,7 +265,7 @@ pre-install: ${RM} -rf ${PLIST} ${FAKEDIR} ${TOUCH} -f ${PLIST} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} install + Makefile ${MAKE_ARGS} ${INSTALL_TARGET} ${MKDIR} ${SCRIPTS_DIR} ${MOZ_PIS_DIR} ${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \ ${FAKEDIR}/bin/mozilla \ @@ -315,7 +315,7 @@ pre-install: && ${FIND} -d * -type d | \ ${SED} -e 's:^:@dirrm share/idl/${MOZILLA}/:' >> ${PLIST} ${ECHO_CMD} "@dirrm share/idl/${MOZILLA}" >> ${PLIST} - ${ECHO_CMD} "@unexec rmdir %D/share/idl 2>/dev/null || true" >> ${PLIST} + ${ECHO_CMD} "@unexec ${RMDIR} %D/share/idl 2>/dev/null || true" >> ${PLIST} do-install: ${MKDIR} ${PREFIX}/lib/${MOZILLA} |