Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.

PR:		ports/50905
Submitted by:	maintainer
This commit is contained in:
Oliver Braun 2003-04-14 20:31:14 +00:00
parent ae47cbee95
commit 292594e7af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78983

View file

@ -23,6 +23,12 @@ USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_REINPLACE= yes
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>