diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-06-02 04:59:01 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-06-02 04:59:01 +0000 |
commit | 6de111bb3ebbfbfe6d95732f73d0f2a23fbe02df (patch) | |
tree | 3dc0fd1bf9940ea7e3d386998fe9120c16ecf406 /textproc/html2text | |
parent | 5984aee4deac75408cd67917ca3b1e31fa7d5d41 (diff) | |
download | ports-6de111bb3ebbfbfe6d95732f73d0f2a23fbe02df.tar.gz ports-6de111bb3ebbfbfe6d95732f73d0f2a23fbe02df.zip |
Notes
Diffstat (limited to 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index d15b5f5dfd10..b0e8d12c90c7 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -24,7 +24,7 @@ MAN5= html2textrc.5 PORTDOCS= CHANGES CREDITS KNOWN_BUGS README TODO PLIST_FILES= bin/html2text -CONFLICTS= py27-html2text-[0-9.]* +CONFLICTS= py27-html2text-[0-9]* post-patch: @${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure |