Date: Sat, 14 Jan 2017 15:27:40 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431469 - head/devel/ocaml-camlp5 Message-ID: <201701141527.v0EFReHh022489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sat Jan 14 15:27:39 2017 New Revision: 431469 URL: https://svnweb.freebsd.org/changeset/ports/431469 Log: - Remove extra PATCH_SITES. - Take maintainership. Modified: head/devel/ocaml-camlp5/Makefile Modified: head/devel/ocaml-camlp5/Makefile ============================================================================== --- head/devel/ocaml-camlp5/Makefile Sat Jan 14 14:51:55 2017 (r431468) +++ head/devel/ocaml-camlp5/Makefile Sat Jan 14 15:27:39 2017 (r431469) @@ -10,9 +10,7 @@ MASTER_SITES= http://camlp5.gforge.inria PKGNAMEPREFIX= ocaml- DIST_SUBDIR= ${PKGBASE} -PATCH_SITES= ${MASTER_SITES} - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Preprocessor-pretty-printer of OCaml LICENSE= INRIA @@ -20,12 +18,12 @@ LICENSE_NAME= INRIA permissive license w LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= tar:tgz +USE_OCAML= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix ${PREFIX} ALL_TARGET= world.opt -MAKE_JOBS_UNSAFE= yes -USES= tar:tgz -USE_OCAML= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix ${PREFIX} +MAKE_JOBS_UNSAFE=yes OPTIONS_SINGLE= MODE OPTIONS_SINGLE_MODE= TRANSITIONAL STRICT @@ -42,8 +40,10 @@ STRICT_CONFIGURE_ON= --strict TRANSITIONAL_CONFIGURE_ON= --transitional post-install: - ${INSTALL_DATA} ${WRKSRC}/etc/META ${STAGEDIR}${PREFIX}/lib/ocaml/camlp5 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/camlp5*.opt ${STAGEDIR}${PREFIX}/${OCAML_LIBDIR}/camlp5/*.o + ${INSTALL_DATA} ${WRKSRC}/etc/META \ + ${STAGEDIR}${PREFIX}/lib/ocaml/camlp5 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/camlp5*.opt \ + ${STAGEDIR}${PREFIX}/${OCAML_LIBDIR}/camlp5/*.o post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701141527.v0EFReHh022489>