diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /lang/ocaml | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 5fb250be16f4..b6386ee587b9 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -16,10 +16,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} MAINTAINER= patrick@watson.org .if defined(WITH_TK) -PLIST_SUB+= LABLTK:="" -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +PLIST_SUB+= LABLTK:="" +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 .else -PLIST_SUB+= LABLTK:="@comment " +PLIST_SUB+= LABLTK:="@comment " .endif USE_XLIB= yes @@ -27,9 +27,9 @@ HAS_CONFIGURE= yes ALL_TARGET= world bootstrap opt ocamlc.opt ocamlopt.opt .if ${MACHINE_ARCH} != "i386" -PLIST_SUB+= PROF:="@comment " +PLIST_SUB+= PROF:="@comment " .else -PLIST_SUB+= PROF:="" +PLIST_SUB+= PROF:="" .endif MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ @@ -41,7 +41,7 @@ CONFIGURE_ARGS= -prefix ${PREFIX} \ -x11lib ${X11BASE}/lib .if defined(WITH_TK) -CONFIGURE_ARGS+= -tkdefs "-I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2" +CONFIGURE_ARGS+= -tkdefs "-I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2" .endif .if !defined(NOPORTDOCS) |