summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /textproc/xalan-c
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 3a185389075..208622dd3be 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/04/19 20:02:32 manu Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:42 jmmv Exp $
#
DISTNAME= Xalan-C_1_0-linux
PKGNAME= xalan-c-1.0
+WRKSRC= ${WRKDIR}/xml-xalan/c/src
CATEGORIES= textproc
MASTER_SITES= http://xml.apache.org/dist/xalan-c/
@@ -13,7 +14,6 @@ COMMENT= the Apache Project's XSLT implementation
DEPENDS+= icu>=1.7:../../textproc/icu
DEPENDS+= xerces-c-1.3.*:../../textproc/xerces-c
-WRKSRC= ${WRKDIR}/xml-xalan/c/src
GNU_CONFIGURE= YES
USE_GMAKE= YES