diff options
author | pav <pav@FreeBSD.org> | 2004-11-13 03:27:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-13 03:27:46 +0800 |
commit | 3c49d3e9a0de3191667c26b59a7f7f5cefec3610 (patch) | |
tree | 89a57d4c2f48ee46ad3b8685913a62e039d1b263 /lang/ocaml/Makefile | |
parent | 6fc1ae64536108fdb5c5ecbcad5c364df85b2db9 (diff) | |
download | freebsd-ports-gnome-3c49d3e9a0de3191667c26b59a7f7f5cefec3610.tar.gz freebsd-ports-gnome-3c49d3e9a0de3191667c26b59a7f7f5cefec3610.tar.zst freebsd-ports-gnome-3c49d3e9a0de3191667c26b59a7f7f5cefec3610.zip |
- 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/Makefile')
-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 1f080e3ad20c..b762b642f0d5 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 |