Index: head/devel/ocaml-magic/Makefile =================================================================== --- head/devel/ocaml-magic/Makefile (revision 396713) +++ head/devel/ocaml-magic/Makefile (revision 396714) @@ -1,40 +1,40 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= magic PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/ocaml-${PORTNAME}/ocaml-${PORTNAME}/0.7 PKGNAMEPREFIX= ocaml- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= OCaml binding for libmagic(3) USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes USES= gmake GNU_CONFIGURE= yes ALL_TARGET+= doc examples DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES # This really is overzealous but I work this way .if !exists(/usr/lib/libmagic.so) LIB_DEPENDS+= libmagic.so:${PORTSDIR}/sysutils/file .endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/ocaml-magic/pkg-plist =================================================================== --- head/devel/ocaml-magic/pkg-plist (revision 396713) +++ head/devel/ocaml-magic/pkg-plist (revision 396714) @@ -1,31 +1,32 @@ %%OCAML_SITELIBDIR%%/magic/META %%OCAML_SITELIBDIR%%/magic/dllmagic_stubs.so %%OCAML_SITELIBDIR%%/magic/libmagic_stubs.a %%OCAML_SITELIBDIR%%/magic/magic.a %%OCAML_SITELIBDIR%%/magic/magic.cma %%OCAML_SITELIBDIR%%/magic/magic.cmi %%OCAML_SITELIBDIR%%/magic/magic.cmx %%OCAML_SITELIBDIR%%/magic/magic.cmxa %%OCAML_SITELIBDIR%%/magic/magic.mli %%PORTDOCS%%%%DOCSDIR%%/Magic.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/index_attributes.html %%PORTDOCS%%%%DOCSDIR%%/index_class_types.html %%PORTDOCS%%%%DOCSDIR%%/index_classes.html %%PORTDOCS%%%%DOCSDIR%%/index_exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/index_extensions.html %%PORTDOCS%%%%DOCSDIR%%/index_methods.html %%PORTDOCS%%%%DOCSDIR%%/index_module_types.html %%PORTDOCS%%%%DOCSDIR%%/index_modules.html %%PORTDOCS%%%%DOCSDIR%%/index_types.html %%PORTDOCS%%%%DOCSDIR%%/index_values.html %%PORTDOCS%%%%DOCSDIR%%/style.css %%PORTDOCS%%%%DOCSDIR%%/type_Magic.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file.cmi %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file.cmo %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file.cmx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file.ml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/file.o %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.ml