diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /textproc/crimson/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'textproc/crimson/Makefile')
-rw-r--r-- | textproc/crimson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 1681f842e40..33d49ac747e 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/02/17 07:42:21 salo Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/29 12:42:36 jmmv Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between jakarta-ant and crimson, each of which @@ -6,6 +6,7 @@ DISTNAME= ${PKGNAME}-bin PKGNAME= crimson-1.1.3.1 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/.1$//} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/crimson/ @@ -13,7 +14,6 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/crimson/ COMMENT= Apache.org implementation of JAXP, SAX, and DOM -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/.1$//} USE_JAVA= run USE_BUILDLINK2= # defined NO_CONFIGURE= # defined |