summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /pkgtools/pkglint/Makefile
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r--pkgtools/pkglint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 317540dcaeb..8d908d5db4f 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.175 2004/01/10 22:31:51 wiz Exp $
+# $NetBSD: Makefile,v 1.176 2004/01/20 12:23:57 agc Exp $
#
DISTNAME= pkglint-3.66
-WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
@@ -17,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PERL5= yes
+WRKSRC= ${WRKDIR}
NO_BUILDLINK= yes
NO_CHECKSUM= yes
NO_CONFIGURE= yes