diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/crimson | |
parent | 06f56759ab83097f935dffe578fb2580c3043d6b (diff) | |
download | pkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/crimson')
-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 ab842e4da46..944b6331bbf 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/07 09:05:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:49 agc Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -6,7 +6,6 @@ DISTNAME= ${PKGNAME}-bin PKGNAME= crimson-1.1.3 -WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/crimson/ @@ -14,6 +13,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://xml.apache.org/crimson/ COMMENT= Apache.org implementation of JAXP, SAX, and DOM +WRKSRC= ${WRKDIR}/${PKGNAME} USE_JAVA= run USE_BUILDLINK2= # defined NO_CONFIGURE= # defined |