diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-06 18:24:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-06 18:24:23 +0000 |
commit | b05bbba83bd887a8db17a1bc3d86bd1c3e4e5d5f (patch) | |
tree | 4a9559f5a03da48f8f264c43ddf153f704d1699f /textproc/docbook-xsl | |
parent | bba68b319c882e0893a85c11b6de8d61d9798f29 (diff) | |
download | pkgsrc-b05bbba83bd887a8db17a1bc3d86bd1c3e4e5d5f.tar.gz |
Bump PKGREVISION:
This package was broken for a time, when the NO_BUILD that is set by
its Makefile broke the xmlcatmgr handling.
Increase the PKGREVISION now to have a known-good version of this package
again.
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index a5803c716c9..ba7b8cdcdaf 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/02/14 14:52:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2005/04/06 18:24:23 wiz Exp $ # DISTNAME= docbook-xsl-1.68.1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} EXTRACT_SUFX= .tar.bz2 |