summaryrefslogtreecommitdiff
path: root/sysutils/setquota
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/setquota
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/setquota')
-rw-r--r--sysutils/setquota/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile
index b6ec8d7205b..4d559e1c945 100644
--- a/sysutils/setquota/Makefile
+++ b/sysutils/setquota/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:51 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:26:16 agc Exp $
#
DISTNAME= setquota-0.1
-WRKSRC= ${WRKDIR}/setquota/
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
@@ -13,4 +12,6 @@ COMMENT= Command line quota tools
# BSD oriented, haven't checked on other environment now
ONLY_FOR_PLATFORM= NetBSD-*-*
+WRKSRC= ${WRKDIR}/setquota/
+
.include "../../mk/bsd.pkg.mk"