diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-11-20 15:30:53 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-11-20 15:30:53 +0800 |
commit | 8b5083574183ae79fe058c2eb57825dbd8c46219 (patch) | |
tree | a45d7e6eab55380a918b2788df3655ff14c601a2 /devel | |
parent | e25a67a4554ce8002c2cb14591cff17c895c0cff (diff) | |
download | freebsd-ports-gnome-8b5083574183ae79fe058c2eb57825dbd8c46219.tar.gz freebsd-ports-gnome-8b5083574183ae79fe058c2eb57825dbd8c46219.tar.zst freebsd-ports-gnome-8b5083574183ae79fe058c2eb57825dbd8c46219.zip |
- Support STAGEDIR
Diffstat (limited to 'devel')
-rw-r--r-- | devel/splint/Makefile | 3 | ||||
-rw-r--r-- | devel/splint/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index cd34c3ce3344..2309a8b25600 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.splint.org/downloads/ 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 diff --git a/devel/splint/pkg-plist b/devel/splint/pkg-plist index 69a4d60f2906..9ddc127bdae4 100644 --- a/devel/splint/pkg-plist +++ b/devel/splint/pkg-plist @@ -1,4 +1,5 @@ bin/splint +man/man1/splint.1.gz %%DATADIR%%/imports/assert.lcl %%DATADIR%%/imports/assert.lcs %%DATADIR%%/imports/ctype.lcl |