mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.
PR: ports/50905 Submitted by: maintainer
This commit is contained in:
parent
ae47cbee95
commit
292594e7af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78983
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ USE_GMAKE= yes
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
ALL_TARGET= all opt
|
ALL_TARGET= all opt
|
||||||
|
|
||||||
|
# to avoid a conflict with PACKAGES in bsd.port.mk
|
||||||
|
post-extract:
|
||||||
|
${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e 's/PACKAGES/PXP_PACKAGES/'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue