diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-15 05:53:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-15 05:53:27 +0000 |
commit | 2cd3531a9f49c9192f051df05c9381feff61e73e (patch) | |
tree | c8243ae611e5116921930416c16a15ce82032d36 /textproc/docbook-xml/Makefile | |
parent | d679f7d26e0a86aa330fc288ae54031286c8b8f6 (diff) | |
download | ports-2cd3531a9f49c9192f051df05c9381feff61e73e.tar.gz ports-2cd3531a9f49c9192f051df05c9381feff61e73e.zip |
Notes
Diffstat (limited to 'textproc/docbook-xml/Makefile')
-rw-r--r-- | textproc/docbook-xml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index be934b84e5f5..4bda45c91df3 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -8,7 +8,8 @@ PORTNAME= docbook-xml PORTVERSION= 4.2 CATEGORIES= textproc -MASTER_SITES= http://www.docbook.org/xml/${PORTVERSION}/ +MASTER_SITES= http://www.docbook.org/xml/${PORTVERSION}/ \ + http://www.oasis-open.org/committees/docbook/xml/${PORTVERSION}/ MAINTAINER= kuriyama@FreeBSD.org |