diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-15 02:15:36 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-02-15 02:15:36 +0000 |
commit | 62877d2995fe6a52caf8af158c658fbe9bda11c1 (patch) | |
tree | bcc6436fad72645069784a68e0c76022c7f43f49 /textproc/docbook-430/Makefile | |
parent | - chase distfiles (change MASTER_SITES) (diff) |
Fix $MASTER_SITES.
Noticed by: kris
Diffstat (limited to 'textproc/docbook-430/Makefile')
-rw-r--r-- | textproc/docbook-430/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-430/Makefile b/textproc/docbook-430/Makefile index a3a9277a1a08..354f665f499a 100644 --- a/textproc/docbook-430/Makefile +++ b/textproc/docbook-430/Makefile @@ -7,7 +7,7 @@ PORTNAME= docbook PORTVERSION= 4.3 CATEGORIES= textproc -MASTER_SITES= http://docbook.org/sgml/${PORTVERSION}/ +MASTER_SITES= http://www.oasis-open.org/docbook/sgml/${PORTVERSION}/ MAINTAINER= hrs@FreeBSD.org COMMENT= DocBook/SGML DTD V4.3, designed for technical documentation |