summaryrefslogtreecommitdiff
path: root/textproc/ocaml-pxp
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-04-14 20:31:14 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-04-14 20:31:14 +0000
commit292594e7affbf675e92a8035c8c3034dd617deab (patch)
tree3c0d381c6b45ee0298b2782366c331a4a0d57aff /textproc/ocaml-pxp
parentDe-pkg-comment (diff)
Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.
PR: ports/50905 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=78983
Diffstat (limited to 'textproc/ocaml-pxp')
-rw-r--r--textproc/ocaml-pxp/Makefile6
1 files changed, 6 insertions, 0 deletions
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 <bsd.port.mk>