[Midnightbsd-cvs] mports [17749] trunk/devel/splint: fix man page install for splint

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 14 20:45:48 EDT 2014


Revision: 17749
          http://svnweb.midnightbsd.org/mports/?rev=17749
Author:   laffer1
Date:     2014-10-14 20:45:48 -0400 (Tue, 14 Oct 2014)
Log Message:
-----------
fix man page install for splint

Modified Paths:
--------------
    trunk/devel/splint/Makefile
    trunk/devel/splint/pkg-plist

Modified: trunk/devel/splint/Makefile
===================================================================
--- trunk/devel/splint/Makefile	2014-10-15 00:44:16 UTC (rev 17748)
+++ trunk/devel/splint/Makefile	2014-10-15 00:45:48 UTC (rev 17749)
@@ -7,15 +7,14 @@
 EXTRACT_SUFX=	.src.tgz
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A tool for statically checking sourcecode for security vulnerabilities
+COMMENT=	Tool for statically checking sourcecode for security vulnerabilities
+
 LICENSE=	gpl2
 
-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

Modified: trunk/devel/splint/pkg-plist
===================================================================
--- trunk/devel/splint/pkg-plist	2014-10-15 00:44:16 UTC (rev 17748)
+++ trunk/devel/splint/pkg-plist	2014-10-15 00:45:48 UTC (rev 17749)
@@ -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 Midnightbsd-cvs mailing list