diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/setquota | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/setquota')
-rw-r--r-- | sysutils/setquota/Makefile | 5 |
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" |