svn commit: r436499 - head/devel/ocaml-react

Vanilla I. Shu vanilla at FreeBSD.org
Sun Mar 19 14:19:14 UTC 2017


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 at 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)


More information about the svn-ports-all mailing list