diff options
Diffstat (limited to 'textproc/tei/Makefile')
-rw-r--r-- | textproc/tei/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/tei/Makefile b/textproc/tei/Makefile index 9432cf9ae94..dbe11ca2d67 100644 --- a/textproc/tei/Makefile +++ b/textproc/tei/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.4 2004/04/27 20:53:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/08/03 14:04:09 minskim Exp $ DISTNAME= dtd PKGNAME= tei-4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/P4X/DTD/ EXTRACT_SUFX= .zip -MAINTAINER= minskim@bawi.org +MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tei-c.org/ COMMENT= DTD of the Text Encoding Initiative -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/dtd +DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= YES NO_BUILD= YES USE_BUILDLINK3= YES |