diff options
author | wiz <wiz> | 2003-03-05 14:29:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 14:29:42 +0000 |
commit | f4a4a0123cc15f87c5e3a1d761ea293caae782de (patch) | |
tree | cd2a300da0229813e67d1ff0e96c774a3df824e9 /textproc | |
parent | 425723f098557e3ac03a3f75d8c81c00f16a94f4 (diff) | |
download | pkgsrc-f4a4a0123cc15f87c5e3a1d761ea293caae782de.tar.gz |
Mention conflict with siag, which includes antiword.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 059442a7bd4..8b279f34394 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/08/21 03:39:42 rh Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/05 14:29:42 wiz Exp $ # DISTNAME= antiword-0.33 @@ -9,6 +9,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.winfield.demon.nl/index.html COMMENT= free converter MS Word to text and Postscript converter +CONFLICTS= siag-[0-9]* + post-patch: cd ${WRKSRC} ; \ for pf in antiword.h Docs/antiword.1 ; do \ |