svn commit: r349300 - head/lang/ocaml
John Marino
marino at FreeBSD.org
Wed Mar 26 21:58:07 UTC 2014
Author: marino
Date: Wed Mar 26 21:58:06 2014
New Revision: 349300
URL: http://svnweb.freebsd.org/changeset/ports/349300
QAT: https://qat.redports.org/buildarchive/r349300/
Log:
lang/ocaml: Make expunge executable
devel/ocaml-lwt needs to use it.
Modified:
head/lang/ocaml/Makefile
Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile Wed Mar 26 21:56:25 2014 (r349299)
+++ head/lang/ocaml/Makefile Wed Mar 26 21:58:06 2014 (r349300)
@@ -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 && \
More information about the svn-ports-head
mailing list