diff options
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 2990285b3d29..c9bacfd2a754 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -6,7 +6,8 @@ # PORTNAME= mozilla -PORTVERSION= 0.9 +PORTVERSION= 0.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -15,11 +16,9 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng + png.4:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} @@ -35,6 +34,7 @@ CONFIGURE_ARGS= \ --disable-cpp-rtti \ --disable-debug \ --disable-idltool \ + --disable-jar-packaging \ --disable-md \ --disable-pedantic \ --disable-xterm-updates \ @@ -48,12 +48,9 @@ CONFIGURE_ARGS= \ --enable-tests \ --enable-toolkit=gtk \ --enable-x11-shm \ - --enable-chrome-format=both \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ - --with-mng=${LOCALBASE} \ --with-pthreads -CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin post-build: @@ -70,7 +67,7 @@ post-build: do-install: ${MKDIR} ${PREFIX}/lib/mozilla ${CHMOD} 755 ${PREFIX}/lib/mozilla - cd ${WRKSRC}/dist/bin && ${TAR} --exclude "*.jar" -chf - . | \ + cd ${WRKSRC}/dist/bin && ${TAR} -chf - * | \ ${TAR} -xf - -C ${PREFIX}/lib/mozilla ${INSTALL_SCRIPT} ${WRKSRC}/mozilla ${PREFIX}/bin |