mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
This commit is contained in:
parent
3c48c13036
commit
bde46ec0cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336435
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ MAKE_ARGS= V=1 # we want to know what's going on during the build
|
|||
PLIST_SUB+= LIBVERSION=${LIBVERSION}
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!/usr/bin/env python|' \
|
||||
${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \
|
||||
-e 's|make --version|g&|' -e '/DOXYGEN/d' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e \
|
||||
's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \
|
||||
|
|
Loading…
Add table
Reference in a new issue