diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-15 11:52:52 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-15 11:52:52 +0000 |
commit | d7c3003f7585b55ad848f9593cd7adb7021e66b1 (patch) | |
tree | aedb307e6f77b3ce986a1a0e29d8727afb6f5029 /www/firefox | |
parent | a5b01cc075c53205170a76db117401f5903ab961 (diff) | |
download | FreeBSD-ports-d7c3003f7585b55ad848f9593cd7adb7021e66b1.zip FreeBSD-ports-d7c3003f7585b55ad848f9593cd7adb7021e66b1.tar.gz |
- Add EXTRACT_AFTER_ARGS to speed up extract a little
Obtained From: www/mozilla
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index aeecbba..3a517a8 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} |