diff options
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 3656d4f27c8..5ddfd104bb0 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/01/09 20:09:35 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:47 joerg Exp $ # DISTNAME= antiword-0.37 @@ -10,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.winfield.demon.nl/index.html COMMENT= Free MS Word to text and PostScript converter +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= siag<3.6.1 USE_TOOLS+= mktemp:run @@ -21,6 +23,8 @@ REPLACE.bash.old= /bin/bash REPLACE.bash.new= ${SH} REPLACE_FILES.bash= kantiword +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + post-patch: cd ${WRKSRC} ; \ for pf in antiword.h Docs/antiword.1 ; do \ |