- Add EXTRACT_AFTER_ARGS to shave off a few seconds and 59MB for abiword

89MB for abiword-plugins
This commit is contained in:
Michael Johnson 2005-09-12 08:29:01 +00:00
parent 0823bd0832
commit 7265393097
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142510
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,10 @@ MD5_FILE= ${.CURDIR}/../abiword/distinfo
ABIVERSION= 2.2
PLIST_SUB+= ABIVERSION=${ABIVERSION}
EXCLUDE_EXTRACT= MSVC6 MSVC71 abidistfiles abipbx abiword-docs expat \
fribidi libiconv libpng pbx popt wv zlib
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXCLUDE_EXTRACT:S/^/--exclude /}
# NOTE: Please, keep those knobs in the ABC's order.
.if defined(WITH_AIKSAURUS) || defined(PACKAGE_BUILDING)

View file

@ -41,6 +41,10 @@ CONFIGURE_ARGS= --enable-xft \
--disable-peer-config
MAKEFILE= GNUmakefile
EXCLUDE_EXTRACT= MSVC6 MSVC71 abipbx abiword-docs abiword-plugins expat \
fribidi libiconv libpng pbx popt wv zlib
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXCLUDE_EXTRACT:S/^/--exclude /}
ABIVERSION= 2.2
PLIST_SUB+= ABIVERSION=${ABIVERSION}
WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi