Skip to content

Commit

Permalink
fixed a typo caught by Aaron Malone...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@2415 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jean-Pierre Mouilleseaux committed Apr 5, 2003
1 parent 3da2718 commit 2f65f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/ocaml/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.5 2003/04/05 20:26:09 jpm Exp $ # $Id: Portfile,v 1.6 2003/04/05 21:53:04 jpm Exp $


PortSystem 1.0 PortSystem 1.0
name ocaml name ocaml
Expand Down Expand Up @@ -29,7 +29,8 @@ configure {
} }
build.target world opt build.target world opt
install.args BINDIR=${destroot}/${prefix}/bin \ install.args BINDIR=${destroot}/${prefix}/bin \
LIBDIR=${destroot}/${prefix}/lib MANDIR=${destroot}/${prefix}/man/man1 LIBDIR=${destroot}/${prefix}/lib/ocaml \
MANDIR=${destroot}/${prefix}/man/man1


variant darwin { variant darwin {
patch_sites http://caml.inria.fr/caml-macosx-howto/ patch_sites http://caml.inria.fr/caml-macosx-howto/
Expand Down

0 comments on commit 2f65f8d

Please sign in to comment.