diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-12 19:03:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-12 19:03:48 +0000 |
commit | e5c08e7aec62aefc854e3403d87d3689f2730b34 (patch) | |
tree | d7897546406eb63a5d62f2fd5e5173c9cb22e490 /lang/python27/Makefile | |
parent | e26fd37f752f8e0411b36824a704d9a8fe2fcaeb (diff) |
Silence patch messages
Notes
Notes:
svn path=/head/; revision=461620
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r-- | lang/python27/Makefile | 4 |
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' \ |