aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-sdl
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-01-31 00:00:14 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-01-31 00:00:14 +0000
commiteec23e4b79211f63fc43d9b59accc014786a8bd3 (patch)
tree2e079eed0f71724bc645bb553af98edadce8cb59 /devel/ocaml-sdl
parent04c27222d2993b5a92895d2f3819767c2df86a44 (diff)
downloadports-eec23e4b79211f63fc43d9b59accc014786a8bd3.tar.gz
ports-eec23e4b79211f63fc43d9b59accc014786a8bd3.zip
Fix plist.
Notes
Notes: svn path=/head/; revision=154862
Diffstat (limited to 'devel/ocaml-sdl')
-rw-r--r--devel/ocaml-sdl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile
index bb3c9f1a4074..14a60484663a 100644
--- a/devel/ocaml-sdl/Makefile
+++ b/devel/ocaml-sdl/Makefile
@@ -42,6 +42,7 @@ post-install:
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm lib/ocaml/site-lib/${PORTNAME}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ocamlfind remove ${PORTNAME} 2>/dev/null || true" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir lib/ocaml 2>/dev/null || true" >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/html/ ${DOCSDIR}