diff options
author | pav <pav@FreeBSD.org> | 2004-11-12 19:27:46 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-12 19:27:46 +0000 |
commit | 3c49d3e9a0de3191667c26b59a7f7f5cefec3610 (patch) | |
tree | 89a57d4c2f48ee46ad3b8685913a62e039d1b263 /lang/ocaml | |
parent | 6fc1ae64536108fdb5c5ecbcad5c364df85b2db9 (diff) | |
download | FreeBSD-ports-3c49d3e9a0de3191667c26b59a7f7f5cefec3610.zip FreeBSD-ports-3c49d3e9a0de3191667c26b59a7f7f5cefec3610.tar.gz |
- Add an empty directory to the package, so deinstalling of the package does
not produce the warning about a nonexisting directory.
PR: ports/73842
Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
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 1f080e3..b762b64 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 cc80ddb..efe28e9 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 |