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
commit06f56759ab83097f935dffe578fb2580c3043d6b (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /devel/splint
parent4d370739c847b8a33d050da71dc46a270cd4b967 (diff)
downloadpkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.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