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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/brs | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/brs')
-rw-r--r-- | misc/brs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index d2473e99b5a..4f295408d91 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/09/18 08:26:32 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/20 12:21:01 agc Exp $ DISTNAME= brs.4.00.l1 PKGNAME= brs-4.0 -WRKSRC= ${WRKDIR}/bible CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/religion/} @@ -10,6 +9,7 @@ MAINTAINER= bcv@hub3.net HOMEPAGE= http://bible.theverge.com/brs.html COMMENT= Interactive King James Version Bible +WRKSRC= ${WRKDIR}/bible USE_BUILDLINK2= YES ALL_TARGET= |