diff options
author | Nik Clayton <nik@FreeBSD.org> | 2000-09-07 19:36:11 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2000-09-07 19:36:11 +0000 |
commit | aba308616abe0583714513530a1e02c86684d7e7 (patch) | |
tree | 5e1d93703bb5a724003a4c28ae14bc501846c817 /textproc/docbook-sk | |
parent | f07fbc53b7c73b2f02a2ba29bf0f041c22871da5 (diff) | |
download | ports-aba308616abe0583714513530a1e02c86684d7e7.tar.gz ports-aba308616abe0583714513530a1e02c86684d7e7.zip |
Fix DISTFILE fennerage. I'm only the MAINTAINER for docbook-310, but the
other docbook-* ports were broken in the same way, so I've taken the
liberty of updating the URL for all of them -- it looks as though OASIS
have fallen over, so point these at docbook.org for the time being.
Notes
Notes:
svn path=/head/; revision=32407
Diffstat (limited to 'textproc/docbook-sk')
-rw-r--r-- | textproc/docbook-sk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-sk/Makefile b/textproc/docbook-sk/Makefile index 2183fdd5ed5e..fac22ef0ed78 100644 --- a/textproc/docbook-sk/Makefile +++ b/textproc/docbook-sk/Makefile @@ -8,7 +8,7 @@ PORTNAME= docbook-xml PORTVERSION= 4.0 CATEGORIES= textproc -MASTER_SITES= http://www.oasis-open.org/docbook/xml/4.0/ +MASTER_SITES= http://www.docbook.org/xml/4.0/ DISTNAME= docbkx40 MAINTAINER= kuriyama@FreeBSD.org |