diff options
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 2 | ||||
-rw-r--r-- | lang/ocaml/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 1f080e3ad20..b762b642f0d 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocaml PORTVERSION= 3.08.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME:S/.1$//}/ \ ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME:S/.1$//}/ \ @@ -88,6 +89,7 @@ PLIST_SUB+= PROF="" .endif post-install: + @${TOUCH} ${PREFIX}/lib/ocaml/ocamldoc/custom/.keep .if !defined(WITHOUT_TK) @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}/labltk diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index cc80ddbe797..efe28e9f46b 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -479,6 +479,7 @@ lib/ocaml/camlp4/token.mli %%TK%%lib/ocaml/labltk/wm.cmi %%TK%%lib/ocaml/labltk/wm.cmx %%TK%%lib/ocaml/labltk/wm.mli +lib/ocaml/ocamldoc/custom/.keep lib/ocaml/ocamldoc/ocamldoc.hva lib/ocaml/ocamldoc/odoc.cmi lib/ocaml/ocamldoc/odoc_analyse.cmi |