diff options
author | marino <marino@FreeBSD.org> | 2014-03-27 05:58:06 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-27 05:58:06 +0800 |
commit | 2dd910b21df6e94c39337ecf4775c393568f8dc2 (patch) | |
tree | 4a09a3e6aab0e91379b13dc732e21395c5bab226 /lang | |
parent | a4799624861e3f670ecd8eee6992e35002124a40 (diff) | |
download | freebsd-ports-gnome-2dd910b21df6e94c39337ecf4775c393568f8dc2.tar.gz freebsd-ports-gnome-2dd910b21df6e94c39337ecf4775c393568f8dc2.tar.zst freebsd-ports-gnome-2dd910b21df6e94c39337ecf4775c393568f8dc2.zip |
lang/ocaml: Make expunge executable
devel/ocaml-lwt needs to use it.
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 && \ |