diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-26 21:58:06 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-26 21:58:06 +0000 |
commit | 78f8e4cc0d6ed37aa28d62169debac0bce193038 (patch) | |
tree | 4a09a3e6aab0e91379b13dc732e21395c5bab226 | |
parent | c10cd8f893bc88538195a14f634b9c758dbcab12 (diff) | |
download | freebsd-ports-78f8e4cc0d6ed37aa28d62169debac0bce193038.zip |
lang/ocaml: Make expunge executable
devel/ocaml-lwt needs to use it.
-rw-r--r-- | lang/ocaml/Makefile | 2 |
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 && \ |