diff options
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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} |