From 2dd910b21df6e94c39337ecf4775c393568f8dc2 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 26 Mar 2014 21:58:06 +0000 Subject: lang/ocaml: Make expunge executable devel/ocaml-lwt needs to use it. --- lang/ocaml/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 78d37a17e06f..8d8c97be5315 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -3,6 +3,7 @@ PORTNAME= ocaml PORTVERSION= 4.00.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:R}/ \ ${MASTER_SITE_GENTOO} @@ -157,6 +158,7 @@ check test: install post-install: @${TOUCH} ${PREFIX}/lib/ocaml/ocamldoc/custom/.keep + @${CHMOD} 755 ${PREFIX}/lib/ocaml/expunge .if ${PORT_OPTIONS:MTK} @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/otherlibs/labltk && \ -- cgit