diff options
author | minskim <minskim> | 2004-08-03 14:04:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-08-03 14:04:09 +0000 |
commit | e42cf269c99ea6e2490cac768a646e50a79f3155 (patch) | |
tree | 54e7e8b7ae0bf0a2244bf3748c13d9627b96c1da /textproc/tei/Makefile | |
parent | 0b9a7c67db89f733b492eb62316d5ef519d614e6 (diff) | |
download | pkgsrc-e42cf269c99ea6e2490cac768a646e50a79f3155.tar.gz |
Bump PKGREVISION and set DIST_SUBDIR=${PKGNAME} because the distfile
was updated with some functional changes while having the same file
name and version number. Changes include DTD public identifier
changes, more documentations, and copyright notice.
While here, update my email address.
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 |