From bc14f65e68fcc0dcebf0944923ccda679126c0e1 Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 23 Aug 2015 10:12:19 +0000 Subject: lang/ocaml: pet portlint, change pkg-plist as suggested by ohauer PR: 195736 Submitted by: ohauer --- lang/ocaml/Makefile | 8 ++++---- lang/ocaml/pkg-plist | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'lang') diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 2af0663aae90..33dbd8b53bec 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= -verbose -prefix "${PREFIX}" \ -aspp "${CC} -c" \ -partialld "${LD} -r" -OPTIONS_DEFINE= X11 THREADS DOCS EXAMPLES +OPTIONS_DEFINE= X11 THREADS DOCS EXAMPLES OPTIONS_DEFAULT=X11 THREADS CMP_LIB_DESC= Install compiler libraries PORTDOCS= htmlman ${DOCSDISTNAME}-refman.ps.gz \ @@ -66,9 +66,9 @@ PLIST_SUB+= DOC="@comment " .endif .if ${ARCH} == armv6 -CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5" +CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5" .else -CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}" +CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}" .endif .if ${PORT_OPTIONS:MTHREADS} @@ -95,7 +95,7 @@ CONFIGURE_ARGS+=-no-graph .include .include "${FILESDIR}/manfiles" -OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} +OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} .if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64} \ || ${OCAML_ARCH:Marm} diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index de0953002092..8f6780fc4b5a 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -288,10 +288,8 @@ lib/ocaml/dynlink.cmx lib/ocaml/dynlink.cmxa lib/ocaml/dynlink.mli %%THREADS%%lib/ocaml/event.mli -@mode 0555 -lib/ocaml/expunge -lib/ocaml/extract_crc -@mode +@(,,0555) lib/ocaml/expunge +@(,,0555) lib/ocaml/extract_crc lib/ocaml/filename.cmi lib/ocaml/filename.cmx %%PROF%%lib/ocaml/filename.p.cmx -- cgit