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 /shells/bash2-doc | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'shells/bash2-doc')
-rw-r--r-- | shells/bash2-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2-doc/Makefile b/shells/bash2-doc/Makefile index 196797ad656..7b6cfb1621e 100644 --- a/shells/bash2-doc/Makefile +++ b/shells/bash2-doc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:55 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:25:54 agc Exp $ DISTNAME= bash-doc-2.05b PKGNAME= bash-doc-2.05.2 -WRKSRC= ${WRKDIR}/doc CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ @@ -13,6 +12,7 @@ COMMENT= Documentation for the GNU Bourne Again Shell CONFLICTS= bash<=2.05nb1 +WRKSRC= ${WRKDIR}/doc USE_BUILDLINK2= # defined NO_CONFIGURE= # defined NO_BUILD= # defined |