diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-13 03:04:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-13 03:04:02 +0800 |
commit | 91765b91852a12a8ed8fc64e79301ef67ea69861 (patch) | |
tree | 73a59ef1f6a0d52c283b02d718b0e29520dcdbe9 /lang/python36/Makefile | |
parent | c906e6b73c39bd8c9e057def0b8140e581475791 (diff) | |
download | freebsd-ports-gnome-91765b91852a12a8ed8fc64e79301ef67ea69861.tar.gz freebsd-ports-gnome-91765b91852a12a8ed8fc64e79301ef67ea69861.tar.zst freebsd-ports-gnome-91765b91852a12a8ed8fc64e79301ef67ea69861.zip |
Silence patch messages
Diffstat (limited to 'lang/python36/Makefile')
-rw-r--r-- | lang/python36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile index fd748c16ca58..e292f8835c81 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -124,7 +124,7 @@ post-patch: # readline shared library is present on base before FreeBSD 11 - r268461 # force setup.py ignore base and use readline from ports .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 - ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e \ "s|lib_dirs,\ \'readline\'|[\'${LOCALBASE}/lib\',\ \'.\'],\ \'readline\'|" \ ${WRKSRC}/setup.py .endif |