aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-26 21:58:06 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-26 21:58:06 +0000
commit78f8e4cc0d6ed37aa28d62169debac0bce193038 (patch)
tree4a09a3e6aab0e91379b13dc732e21395c5bab226 /lang/ocaml
parentc10cd8f893bc88538195a14f634b9c758dbcab12 (diff)
downloadports-78f8e4cc0d6ed37aa28d62169debac0bce193038.tar.gz
ports-78f8e4cc0d6ed37aa28d62169debac0bce193038.zip
lang/ocaml: Make expunge executable
devel/ocaml-lwt needs to use it.
Notes
Notes: svn path=/head/; revision=349300
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile2
1 files changed, 2 insertions, 0 deletions
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 && \