diff options
author | darcy <darcy@pkgsrc.org> | 2005-01-01 15:26:29 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2005-01-01 15:26:29 +0000 |
commit | 4900a80ed0722a3c42a5a35892793ef004dcc836 (patch) | |
tree | 767be384a9838c1d5e224a962482959330edad7a /textproc/docbook-website/Makefile | |
parent | 0ec433499a947defde64a8bed56dfdb1ccee5145 (diff) | |
download | pkgsrc-4900a80ed0722a3c42a5a35892793ef004dcc836.tar.gz |
Fails to build site unless align and valign options are on the same line.
Bump PKGREVISION
Diffstat (limited to 'textproc/docbook-website/Makefile')
-rw-r--r-- | textproc/docbook-website/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index 6d09a363f8b..36cb3e12850 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2004/02/25 11:48:15 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/01 15:26:29 darcy Exp $ # DISTNAME= website-2.3 PKGNAME= docbook-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} |