diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-10 06:49:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-10 06:49:33 +0000 |
commit | 337a8f79eb7b7492ba3be2a355278638e7bc6c6a (patch) | |
tree | 59f0c564ad0c91d63a805ab298c9413daaa2ce09 /net-p2p | |
parent | 93f2ede8394939d85c0e9278c6de1d4b076fbf18 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index 12e2d65ffd8c..107b81957d14 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -122,32 +122,6 @@ post-patch: pre-configure: cd ${WRKSRC}/config && ${AUTOCONF} -# use lang/ocaml308 instead of lang/ocaml -.if exists(${LOCALBASE}/libexec/ocaml-3.08/ocamlc.opt) - @${REINPLACE_CMD} -E \ - -e 's|@OCAMLC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlc.opt|' \ - -e 's|@OCAMLLIB@|${LOCALBASE}/lib/ocaml-3.08|' \ - -e 's|@OCAMLOPT@|${LOCALBASE}/libexec/ocaml-3.08/ocamlopt.opt|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex.opt|' \ - -e 's|@OCAMLDEP@|${LOCALBASE}/libexec/ocaml-3.08/ocamldep|' \ - -e 's|@OCAMLYACC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlyacc|' \ - -e 's|@CAMLP4@|${LOCALBASE}/libexec/ocaml-3.08/camlp4|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex.opt|' \ - -e 's|@OCAMLMKTOP@|${LOCALBASE}/libexec/ocaml-3.08/ocamlmktop|' \ - ${WRKSRC}/config/Makefile.config.in -.else - @${REINPLACE_CMD} -E \ - -e 's|@OCAMLC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlc|' \ - -e 's|@OCAMLLIB@|${LOCALBASE}/lib/ocaml-3.08|' \ - -e 's|@OCAMLOPT@|${LOCALBASE}/libexec/ocaml-3.08/ocamlopt|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex|' \ - -e 's|@OCAMLDEP@|${LOCALBASE}/libexec/ocaml-3.08/ocamldep|' \ - -e 's|@OCAMLYACC@|${LOCALBASE}/libexec/ocaml-3.08/ocamlyacc|' \ - -e 's|@CAMLP4@|${LOCALBASE}/libexec/ocaml-3.08/camlp4|' \ - -e 's|@OCAMLLEX@|${LOCALBASE}/libexec/ocaml-3.08/ocamllex|' \ - -e 's|@OCAMLMKTOP@|${LOCALBASE}/libexec/ocaml-3.08/ocamlmktop|' \ - ${WRKSRC}/config/Makefile.config.in -.endif post-configure: @${REINPLACE_CMD} -E \ |