diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-02-19 22:31:37 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-02-19 22:31:37 +0000 |
commit | d3fdea6379903bee6f7873de471641e75891ad2d (patch) | |
tree | 71c584633aeea9c1ddcb5a8a97256866785c9804 /textproc | |
parent | 9baa429e32a9b037c0d562809a85a0cf4aa807ec (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-sgml/Makefile | 1 | ||||
-rw-r--r-- | textproc/docbook-xml/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docbook-sgml/Makefile b/textproc/docbook-sgml/Makefile index a826825135c5..2ae75a35c977 100644 --- a/textproc/docbook-sgml/Makefile +++ b/textproc/docbook-sgml/Makefile @@ -2,6 +2,7 @@ PORTNAME= docbook PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${DBFILES:C,(.*):(.*),http://www.oasis-open.org/docbook/sgml/\1/:\2,:C,:docbook-([0-9]+).([0-9]+),:db\1\2,} PKGNAMESUFFIX= -sgml diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index 2225a2722159..1063249f11c7 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -2,6 +2,7 @@ PORTNAME= docbook PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${DBFILES:C,(.*):(.*),http://www.docbook.org/xml/\1/:\2,:C,:docbook-xml-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,:C,:docbook-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,} PKGNAMESUFFIX= -xml |