aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-25 08:23:18 +0800
committerbapt <bapt@FreeBSD.org>2014-01-25 08:23:18 +0800
commitcb390f40e46605e196b63833e77ac4916a8608e6 (patch)
tree7099b991195517a6b54b26a7a6ff89bb2e6220ff
parentdf4127ee57d1a7d521e1a6aa128a6c173f20ee46 (diff)
downloadfreebsd-ports-gnome-cb390f40e46605e196b63833e77ac4916a8608e6.tar.gz
freebsd-ports-gnome-cb390f40e46605e196b63833e77ac4916a8608e6.tar.zst
freebsd-ports-gnome-cb390f40e46605e196b63833e77ac4916a8608e6.zip
Convert USE_GMAKE->USES=gmake
Remove cruft
-rw-r--r--devel/splint/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 2309a8b25600..c5b755a345e5 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -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