diff options
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index f1eafbd735a..1aaf41bfed7 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2007/09/21 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2007/11/29 02:49:11 rillig Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -13,6 +13,7 @@ CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/abi USE_TOOLS+= perl +REPLACE_SH+= ${WRKDIR}/${DISTNAME}/abiword-docs/make-html.sh REPLACE_PERL+= user/wp/scripts/abw2html.pl PKG_OPTIONS_VAR= PKG_OPTIONS.abiword @@ -47,8 +48,8 @@ post-build: ABI_DOC_PROG=${WRKSRC}/src/wp/main/unix/AbiWord-2.4 \ ./make-html.sh find ${WRKDIR}/help -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} - find ${WRKDIR}/help \( -name "*.abw.orig" -or -name "*.abw" \ - -or -name "*.info" -or -name "*.xhtml" \) -print | ${XARGS} ${RM} -f + find ${WRKDIR}/help \( -name "*.abw.orig" -o -name "*.abw" \ + -o -name "*.info" -o -name "*.xhtml" \) -print | ${XARGS} ${RM} -f post-install: ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/abiword-docs/man/abiword.1 \ |