aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ocaml-pxp
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-04-15 04:31:14 +0800
committerobraun <obraun@FreeBSD.org>2003-04-15 04:31:14 +0800
commit936360d15d60f0b6e4eadbd80cb357ff74a01736 (patch)
tree7d3081a9df2c03e40f5addf7ff7e20e9cc0fc5db /textproc/ocaml-pxp
parent1217dbb2e1d9a8fe69c85e01e48fd3fcca2fdc6a (diff)
downloadfreebsd-ports-graphics-936360d15d60f0b6e4eadbd80cb357ff74a01736.tar.gz
freebsd-ports-graphics-936360d15d60f0b6e4eadbd80cb357ff74a01736.tar.zst
freebsd-ports-graphics-936360d15d60f0b6e4eadbd80cb357ff74a01736.zip
Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.
PR: ports/50905 Submitted by: maintainer
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 4696d6dab4b..0ecf7b9b830 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>