From f9dcaff5cf56cc01b119f1114e9b20e77c3a4c69 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 15 Dec 2004 11:52:52 +0000 Subject: [PATCH] - Add EXTRACT_AFTER_ARGS to speed up extract a little Obtained From: www/mozilla --- www/firefox-devel/Makefile | 7 +++++++ www/firefox-esr/Makefile | 7 +++++++ www/firefox/Makefile | 7 +++++++ www/firefox10/Makefile | 7 +++++++ www/firefox15/Makefile | 7 +++++++ www/firefox3-devel/Makefile | 7 +++++++ www/firefox35/Makefile | 7 +++++++ www/firefox36/Makefile | 7 +++++++ www/flock/Makefile | 7 +++++++ 9 files changed, 63 insertions(+) diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox/Makefile b/www/firefox/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION} diff --git a/www/flock/Makefile b/www/flock/Makefile index aeecbba11251..3a517a8a51cb 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -40,6 +40,13 @@ WRKSRC= ${WRKDIR}/mozilla PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \ + --exclude */macbuild/*\ + --exclude */package/* \ + --exclude .cvsignore \ + --exclude makefile.win \ + --exclude MANIFEST + FIREFOX= ${PORTNAME} FF_VER= ${PORTVERSION}