Date: Wed, 3 Sep 2014 13:55:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367199 - head/devel/ocaml-camlp5 Message-ID: <201409031355.s83DtE4j046293@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 3 13:55:14 2014 New Revision: 367199 URL: http://svnweb.freebsd.org/changeset/ports/367199 QAT: https://qat.redports.org/buildarchive/r367199/ Log: Fix packaging Modified: head/devel/ocaml-camlp5/Makefile Modified: head/devel/ocaml-camlp5/Makefile ============================================================================== --- head/devel/ocaml-camlp5/Makefile Wed Sep 3 13:40:27 2014 (r367198) +++ head/devel/ocaml-camlp5/Makefile Wed Sep 3 13:55:14 2014 (r367199) @@ -32,6 +32,7 @@ STRICT_DESC= New syntax tree quotations OPTIONS_DEFINE= DOCS +DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= CHANGES DEVEL ICHANGES INSTALL MODE README UPGRADING MAKE_JOBS_UNSAFE= yes @@ -45,15 +46,6 @@ CONFIGURE_ARGS+= --strict .endif ALL_TARGET= world.opt -MLINKS= camlp5.1 camlp5o.1 \ - camlp5.1 camlp5o.opt.1 \ - camlp5.1 camlp5r.1 \ - camlp5.1 camlp5r.opt.1 \ - camlp5.1 camlp5sch.1 \ - camlp5.1 mkcamlp5.1 \ - camlp5.1 mkcamlp5.opt.1 \ - camlp5.1 ocpp5.1 - post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409031355.s83DtE4j046293>