diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-29 13:04:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-29 13:04:00 +0000 |
commit | d04d69e6b536bd38295325461b2d130257d30577 (patch) | |
tree | 74a71f15c476dba5a410743c8c906856e9b3e2a6 /textproc/xml2doc/Makefile | |
parent | 293465ec11b57893a6e37f17332f6eb51187633f (diff) | |
download | pkgsrc-d04d69e6b536bd38295325461b2d130257d30577.tar.gz |
Move WRKSRC definition into a later section.
Diffstat (limited to 'textproc/xml2doc/Makefile')
-rw-r--r-- | textproc/xml2doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml2doc/Makefile b/textproc/xml2doc/Makefile index d63414e4413..82736a48de2 100644 --- a/textproc/xml2doc/Makefile +++ b/textproc/xml2doc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 08:39:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/29 13:04:00 minskim Exp $ # DISTNAME= xml2doc-20030510 -WRKSRC= ${WRKDIR}/xml2doc CATEGORIES= textproc MASTER_SITES= http://xml2doc.sourceforge.net/src/ EXTRACT_SUFX= .tgz @@ -11,6 +10,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://xml2doc.sourceforge.net/ COMMENT= Xml to document formats converter +WRKSRC= ${WRKDIR}/xml2doc USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |