Date: Sun, 19 Mar 2017 14:19:13 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436499 - head/devel/ocaml-react Message-ID: <201703191419.v2JEJDuN061260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sun Mar 19 14:19:12 2017 New Revision: 436499 URL: https://svnweb.freebsd.org/changeset/ports/436499 Log: Change EXTRACT_SUFX to USES. Modified: head/devel/ocaml-react/Makefile Modified: head/devel/ocaml-react/Makefile ============================================================================== --- head/devel/ocaml-react/Makefile Sun Mar 19 14:17:26 2017 (r436498) +++ head/devel/ocaml-react/Makefile Sun Mar 19 14:19:12 2017 (r436499) @@ -6,18 +6,17 @@ PORTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= http://erratique.ch/software/react/releases/ PKGNAMEPREFIX= ocaml- -EXTRACT_SUFX= .tbz MAINTAINER= ports@FreeBSD.org COMMENT= OCaml module for functional reactive programming LICENSE= BSD3CLAUSE +USES= tar:tbz +USE_OCAML= yes OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 -USE_OCAML= yes - .include <bsd.port.options.mk> .if empty(PORT_OPTIONS:MX11)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703191419.v2JEJDuN061260>