diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/ocaml-camlidl | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
Notes
Diffstat (limited to 'lang/ocaml-camlidl')
-rw-r--r-- | lang/ocaml-camlidl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile index 249c7cf3dd4c..2daf24592706 100644 --- a/lang/ocaml-camlidl/Makefile +++ b/lang/ocaml-camlidl/Makefile @@ -26,10 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -USE_GMAKE= yes -.endif - post-extract: @${REINPLACE_CMD} -e "s,^\(OCAMLLIB=\).*,\1${PREFIX}/lib/ocaml,g" \ -e "s,^\(BINDIR=\).*,\1${PREFIX}/bin,g" \ @@ -67,4 +63,4 @@ test: ${WRKSRC}/tests/Makefile cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} all -.include <bsd.port.post.mk> +.include <bsd.port.port.mk> |