mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Reduce over inclusion of bsd.port.mk
This commit is contained in:
parent
6c38c07606
commit
8f74bf51f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339862
1 changed files with 1 additions and 3 deletions
|
@ -103,8 +103,6 @@ CONFIGURE_TARGET= configure
|
|||
ALL_TARGET= build
|
||||
INSTALL_TARGET= install
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
|
||||
|
||||
post-patch:
|
||||
|
@ -156,4 +154,4 @@ do-build:
|
|||
do-install:
|
||||
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_WRKSRC}/${WAF_TOOL} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue