summaryrefslogtreecommitdiff
path: root/devel/splint
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /devel/splint
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/splint')
-rw-r--r--devel/splint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index aaf5c883e1e..52056093aeb 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:34:05 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:13:29 agc 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
@@ -13,6 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://lclint.cs.virginia.edu/
COMMENT= Statically check C programs
+WRKSRC= ${WRKDIR}/splint-${VERSION}
USE_GMAKE= YES
GNU_CONFIGURE= YES