diff options
Diffstat (limited to 'lang')
-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 && \ |