From 292594e7affbf675e92a8035c8c3034dd617deab Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Mon, 14 Apr 2003 20:31:14 +0000 Subject: [PATCH] Avoid a conflict with the PACKAGES variable defined in bsd.port.mk. PR: ports/50905 Submitted by: maintainer --- textproc/ocaml-pxp/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 4696d6dab4b4..0ecf7b9b8309 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -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