View | Details | Raw Unified | Return to bug 50905
Collapse All | Expand All

(-)ocaml-pxp.new/Makefile (+6 lines)
Lines 23-28 Link Here
23
23
24
HAS_CONFIGURE=	yes
24
HAS_CONFIGURE=	yes
25
25
26
USE_REINPLACE=  yes
27
26
ALL_TARGET=	all opt
28
ALL_TARGET=	all opt
29
30
# to avoid a conflict with PACKAGES in bsd.port.mk
31
post-extract:
32
	${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e 's/PACKAGES/PXP_PACKAGES/'
27
33
28
.include <bsd.port.mk>
34
.include <bsd.port.mk>

Return to bug 50905