diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-30 03:15:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-30 03:15:50 +0800 |
commit | 3b9b229f658e716ce425abb738040befa80f8c37 (patch) | |
tree | 6532ba4b987ea3e53a1e782c2a0fc3f7a6b920ab /mail | |
parent | 6915cb4d6abfc4cd1536ce60888ed3cc6c15f666 (diff) | |
download | freebsd-ports-gnome-3b9b229f658e716ce425abb738040befa80f8c37.tar.gz freebsd-ports-gnome-3b9b229f658e716ce425abb738040befa80f8c37.tar.zst freebsd-ports-gnome-3b9b229f658e716ce425abb738040befa80f8c37.zip |
Remove unnecessary requires.txt patch
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-mail-parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-mail-parser/Makefile b/mail/py-mail-parser/Makefile index 06e365bcf8f5..ec2282a91892 100644 --- a/mail/py-mail-parser/Makefile +++ b/mail/py-mail-parser/Makefile @@ -23,6 +23,6 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt ${WRKSRC}/mail_parser.egg-info/requires.txt + @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements.txt .include <bsd.port.mk> |