Date: Sat, 25 Jan 2014 00:23:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340962 - head/devel/splint Message-ID: <201401250023.s0P0NIhb013111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 25 00:23:18 2014 New Revision: 340962 URL: http://svnweb.freebsd.org/changeset/ports/340962 QAT: https://qat.redports.org/buildarchive/r340962/ Log: Convert USE_GMAKE->USES=gmake Remove cruft Modified: head/devel/splint/Makefile Modified: head/devel/splint/Makefile ============================================================================== --- head/devel/splint/Makefile Sat Jan 25 00:19:20 2014 (r340961) +++ head/devel/splint/Makefile Sat Jan 25 00:23:18 2014 (r340962) @@ -10,12 +10,10 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= lwhsu@FreeBSD.org COMMENT= Tool for statically checking sourcecode for security vulnerabilities -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -MAN1= splint.1 - post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250023.s0P0NIhb013111>