diff options
author | eadler <eadler@FreeBSD.org> | 2012-06-02 12:59:01 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-06-02 12:59:01 +0800 |
commit | 43e1e0739f5132847fe992c471f4b3d7af735938 (patch) | |
tree | 4143bcb64603f58f6860e1a371ac1b0bce83e242 /textproc/html2text | |
parent | b064d6524dc3a1455be058b54e4c46ee3ad745bd (diff) | |
download | freebsd-ports-gnome-43e1e0739f5132847fe992c471f4b3d7af735938.tar.gz freebsd-ports-gnome-43e1e0739f5132847fe992c471f4b3d7af735938.tar.zst freebsd-ports-gnome-43e1e0739f5132847fe992c471f4b3d7af735938.zip |
Fix conflicts line - glob, not regex
Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee>
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 |