diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:14:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:14:39 +0000 |
commit | 09b88ce431aeca5899d165788d16df40d0a09045 (patch) | |
tree | b7d49694a5b5eebf075659b6e079530bc7f696f2 /lang/ocaml | |
parent | ea6cc017f7d2f55043cd1a1178e834f85fd21cec (diff) | |
download | ports-09b88ce431aeca5899d165788d16df40d0a09045.tar.gz ports-09b88ce431aeca5899d165788d16df40d0a09045.zip |
Anyone up for a little ocaml on their Alpha box?
Notes
Notes:
svn path=/head/; revision=19146
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 8404bbd24cc2..cd60d62d8fc3 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.6 1999/03/27 22:15:53 asami Exp $ +# $Id: Makefile,v 1.7 1999/05/09 16:39:54 steve Exp $ # DISTNAME= ocaml-2.02 @@ -20,6 +20,10 @@ HAS_CONFIGURE= yes #USE_GMAKE= yes ALL_TARGET= world bootstrap opt ocamlc.opt ocamlopt.opt +.if ${MACHINE_ARCH} != "i386" +PLIST= ${PKGDIR}/PLIST.noprof +.endif + MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 \ ocamlc.opt.1 ocamlopt.opt.1 |