summaryrefslogtreecommitdiff
path: root/devel/splint
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /devel/splint
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'devel/splint')
-rw-r--r--devel/splint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 5e3fea9b05f..8d00f4520f1 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/27 14:39:14 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:40:40 jmmv Exp $
#
VERSION= 3.0.1.6
DISTNAME= splint-${VERSION}.src
PKGNAME= splint-${VERSION}
+WRKSRC= ${WRKDIR}/splint-${VERSION}
CATEGORIES= devel
MASTER_SITES= http://www.splint.org/downloads/
EXTRACT_SUFX= .tgz
@@ -12,8 +13,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://lclint.cs.virginia.edu/
COMMENT= Statically check C programs
-WRKSRC= ${WRKDIR}/splint-${VERSION}
-
USE_GMAKE= YES
GNU_CONFIGURE= YES