aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python36/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-13 03:04:02 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-13 03:04:02 +0800
commit91765b91852a12a8ed8fc64e79301ef67ea69861 (patch)
tree73a59ef1f6a0d52c283b02d718b0e29520dcdbe9 /lang/python36/Makefile
parentc906e6b73c39bd8c9e057def0b8140e581475791 (diff)
downloadfreebsd-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/Makefile2
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