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-website | |
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-website')
-rw-r--r-- | textproc/docbook-website/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index 3fb0e3a5940..488dbde4d73 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/03/02 17:58:08 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/06 18:24:23 wiz Exp $ # DISTNAME= website-2.5.0 PKGNAME= docbook-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} |