Date: Thu, 7 Nov 2013 13:41:52 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333094 - head/devel/common_lib Message-ID: <201311071341.rA7DfqiZ097189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071341.rA7DfqiZ097189>