From c089b588cafb273ad9e387bda9a450f0230d74d4 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 22 Jan 2005 14:28:38 +0000 Subject: [PATCH] fix documentation --- lang/ocaml/ocaml.port.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/ocaml/ocaml.port.mk b/lang/ocaml/ocaml.port.mk index ae01f625b3d..fdff9629055 100644 --- a/lang/ocaml/ocaml.port.mk +++ b/lang/ocaml/ocaml.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: ocaml.port.mk,v 1.2 2004/09/15 19:10:00 espie Exp $ +# $OpenBSD: ocaml.port.mk,v 1.3 2005/01/22 14:28:38 sturm Exp $ # regular file usage for bytecode: # PLIST -- bytecode base files @@ -6,8 +6,8 @@ # PFRAG.no-foo -- bytecode files for FLAVOR != foo # extended file usage for nativecode: # PFRAG.native -- nativecode base files -# PFRAG.native.foo -- nativecode files for FLAVOR == foo -# PFRAG.native.no-foo -- nativecode files for FLAVOR != foo +# PFRAG.foo-native -- nativecode files for FLAVOR == foo +# PFRAG.no-foo-native -- nativecode files for FLAVOR != foo .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "amd64" || \