svn commit: r333094 - head/devel/common_lib

Jimmy Olgeni olgeni at FreeBSD.org
Thu Nov 7 13:41:53 UTC 2013


Author: olgeni
Date: Thu Nov  7 13:41:52 2013
New Revision: 333094
URL: http://svnweb.freebsd.org/changeset/ports/333094

Log:
  - Switch to USES=gmake.
  - Remove redundant GH master site.

Modified:
  head/devel/common_lib/Makefile

Modified: head/devel/common_lib/Makefile
==============================================================================
--- head/devel/common_lib/Makefile	Thu Nov  7 13:38:45 2013	(r333093)
+++ head/devel/common_lib/Makefile	Thu Nov  7 13:41:52 2013	(r333094)
@@ -3,7 +3,6 @@
 PORTNAME=	common_lib
 PORTVERSION=	3.3.4
 CATEGORIES=	devel
-MASTER_SITES=	GH
 
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Library of commonly used Erlang functions
@@ -20,10 +19,9 @@ GH_PROJECT=	common_lib
 GH_COMMIT=	c242861
 GH_TAGNAME=	${PORTVERSION}
 
-USE_GMAKE=	yes
 USE_DOS2UNIX=	Makefile
 ALL_TARGET=	compile doc
-USES=		iconv:build
+USES=		gmake iconv:build
 
 post-extract:
 	@${REINPLACE_CMD} -e "s@<@<@g" -e "s@>@>@g" ${WRKSRC}/doc/*.ndoc


More information about the svn-ports-all mailing list