diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 08:29:01 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 08:29:01 +0000 |
commit | 72653930971c6fb14b188fe0b8d92af36f7d1b90 (patch) | |
tree | 63f5da5a223d3c7f2b3a610045d54c85e8809397 /editors | |
parent | 0823bd0832e383d51768f9f5248b21e15acaf14e (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 4ae57f4e1e93..84669bbb84c9 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) diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 02d133ff1613..b4b9f1d34d05 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -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 |