diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-06-02 04:49:36 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-06-02 04:49:36 +0000 |
commit | 5984aee4deac75408cd67917ca3b1e31fa7d5d41 (patch) | |
tree | 5c76612826a88a1f6625dc1f92e866948895deeb /textproc/html2text | |
parent | bd8d25a2d69ed036c7a731829007c97146c0cdd1 (diff) |
Notes
Diffstat (limited to 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 08d53d5ec368..d15b5f5dfd10 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -24,6 +24,8 @@ MAN5= html2textrc.5 PORTDOCS= CHANGES CREDITS KNOWN_BUGS README TODO PLIST_FILES= bin/html2text +CONFLICTS= py27-html2text-[0-9.]* + post-patch: @${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure .for file in Makefile.in libstd/Makefile.in |