diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-12 16:29:01 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-12 16:29:01 +0800 |
commit | e9f59dcf2dbfe9a4ae897c135bbe10eb4b5f4523 (patch) | |
tree | 16bbf0acdec2a5b5658ecb4ac2a89958ffcf4f15 /editors/abiword-plugins | |
parent | 09a75fb75323e8f658fbca761336f8e9c98ffd71 (diff) | |
download | freebsd-ports-graphics-e9f59dcf2dbfe9a4ae897c135bbe10eb4b5f4523.tar.gz freebsd-ports-graphics-e9f59dcf2dbfe9a4ae897c135bbe10eb4b5f4523.tar.zst freebsd-ports-graphics-e9f59dcf2dbfe9a4ae897c135bbe10eb4b5f4523.zip |
- Add EXTRACT_AFTER_ARGS to shave off a few seconds and 59MB for abiword
89MB for abiword-plugins
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 4ae57f4e1e9..84669bbb84c 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -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) |