svn commit: r334393 - head/devel/splint

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Nov 20 07:30:54 UTC 2013


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


More information about the svn-ports-all mailing list