aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-12 19:03:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-12 19:03:48 +0000
commite5c08e7aec62aefc854e3403d87d3689f2730b34 (patch)
treed7897546406eb63a5d62f2fd5e5173c9cb22e490 /lang/python27
parente26fd37f752f8e0411b36824a704d9a8fe2fcaeb (diff)
downloadports-e5c08e7aec62aefc854e3403d87d3689f2730b34.tar.gz
ports-e5c08e7aec62aefc854e3403d87d3689f2730b34.zip
Silence patch messages
Notes
Notes: svn path=/head/; revision=461620
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 5d1c9ab05908..6eb6abdcdf98 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -116,11 +116,11 @@ 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
- ${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
+ @${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
${WRKSRC}/Lib/cgi.py
@${REINPLACE_CMD} -e \
's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \