Date: Wed, 20 Nov 2013 07:30:54 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334393 - head/devel/splint Message-ID: <201311200730.rAK7UsGp087896@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Nov 20 07:30:53 2013 New Revision: 334393 URL: http://svnweb.freebsd.org/changeset/ports/334393 Log: - Support STAGEDIR Modified: head/devel/splint/Makefile head/devel/splint/pkg-plist Modified: head/devel/splint/Makefile ============================================================================== --- head/devel/splint/Makefile Wed Nov 20 07:29:08 2013 (r334392) +++ head/devel/splint/Makefile Wed Nov 20 07:30:53 2013 (r334393) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.splint.org/down EXTRACT_SUFX= .src.tgz MAINTAINER= lwhsu@FreeBSD.org -COMMENT= A tool for statically checking sourcecode for security vulnerabilities +COMMENT= Tool for statically checking sourcecode for security vulnerabilities USE_GMAKE= yes GNU_CONFIGURE= yes @@ -16,7 +16,6 @@ MAKE_JOBS_UNSAFE= yes MAN1= splint.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h Modified: head/devel/splint/pkg-plist ============================================================================== --- head/devel/splint/pkg-plist Wed Nov 20 07:29:08 2013 (r334392) +++ head/devel/splint/pkg-plist Wed Nov 20 07:30:53 2013 (r334393) @@ -1,4 +1,5 @@ bin/splint +man/man1/splint.1.gz %%DATADIR%%/imports/assert.lcl %%DATADIR%%/imports/assert.lcs %%DATADIR%%/imports/ctype.lcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311200730.rAK7UsGp087896>