diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-03 14:10:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-03 14:10:30 +0000 |
commit | 6b96744c42aee462a6b23fe28bf19e4275ab8ad5 (patch) | |
tree | b02a323bee3cf3ef5e2132a6ebc2ff7761287e5c /textproc/teixsl-html/Makefile | |
parent | 8df6f6f251d9df4906dfa7f04986d2ae08b4bc66 (diff) | |
download | pkgsrc-6b96744c42aee462a6b23fe28bf19e4275ab8ad5.tar.gz |
Bump PKGREVISION for teixsl-html and teixsl-fo and regenerate
distinfo, because the distfiles were updated with some functional
changes but have the same file name and version number. Changes
include updating author's email address, correcting typos, and adding
missing HTML tags.
pkgsrc change:
- Use XML_ENTRIES instead of installing a separate catalog file,
because it adds only one entry.
Diffstat (limited to 'textproc/teixsl-html/Makefile')
-rw-r--r-- | textproc/teixsl-html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile index 6efdfb6c18a..f9e653820d4 100644 --- a/textproc/teixsl-html/Makefile +++ b/textproc/teixsl-html/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/04/27 20:53:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/03 14:10:30 minskim Exp $ DISTNAME= teixsl-html PKGNAME= ${DISTNAME}-3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/Stylesheets/P4/ EXTRACT_SUFX= .zip @@ -19,14 +19,14 @@ USE_BUILDLINK3= YES TEIDIR= ${PREFIX}/share/xsl/tei -XML_CATALOGS= ${TEIDIR}/html/catalog +XML_ENTRIES= system "http://www.tei-c.org/Stylesheets/P4/teihtml.xsl" \ + ${PREFIX}/share/xsl/tei/html/tei.xsl do-install: ${INSTALL_DATA_DIR} ${TEIDIR}/common ${INSTALL_DATA} ${WRKSRC}/common/*.xsl ${TEIDIR}/common ${INSTALL_DATA_DIR} ${TEIDIR}/html ${INSTALL_DATA} ${WRKSRC}/html/*.xsl ${TEIDIR}/html - ${INSTALL_DATA} ${FILESDIR}/catalog ${TEIDIR}/html/catalog .include "../../textproc/xmlcatmgr/catalogs.mk" .include "../../mk/bsd.pkg.mk" |