diff options
author | wiz <wiz> | 2005-04-06 18:24:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-06 18:24:23 +0000 |
commit | 664265102a4b2325d648c5ba7e1fb4141c40cbd6 (patch) | |
tree | 4a9559f5a03da48f8f264c43ddf153f704d1699f /textproc/docbook-xsl | |
parent | dc90244e22e84676672557ca761eb3b7f2a19f33 (diff) | |
download | pkgsrc-664265102a4b2325d648c5ba7e1fb4141c40cbd6.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 |