summaryrefslogtreecommitdiffstats
path: root/devel/cil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cil/Makefile')
-rw-r--r--devel/cil/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile
index 15e35ef..f98873e 100644
--- a/devel/cil/Makefile
+++ b/devel/cil/Makefile
@@ -65,7 +65,6 @@ post-patch:
${WRKSRC}/lib/App/Cilly/TempFile.pm
@${REINPLACE_CMD} '/MACHDEPCC/ s|gcc|${CC}|' ${WRKSRC}/Makefile.in
-
pre-install:
@${STRIP_CMD} ${WRKSRC}/bin/cilly.native
@@ -81,10 +80,12 @@ do-install:
${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/CIL/App)
(cd ${WRKSRC}/lib && ${INSTALL_DATA} ${LIBBINS} \
${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/CIL)
+# Remove orphan dir created by bsd.ocaml.mk
+ -@${RMDIR} -p ${STAGEDIR}${OCAMLFIND_DESTDIR}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${RM} -rf ${WRKSRC}/doc/cilcode.tmp
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-# Remove orphan dir created by bsd.ocaml.mk
- -@${RMDIR} -p ${STAGEDIR}${OCAMLFIND_DESTDIR}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud