diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-22 20:54:32 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-05-22 20:54:32 +0000 |
commit | 23c6a918e7331261cc0dd4f1179cb38cab717626 (patch) | |
tree | 9e75a4250a45f5d05da43acca3c905b115c86c1a /textproc | |
parent | Update to 0.8.0 (diff) |
Update the port to the released version of DocBook 4.0.
This is still the SGML version, there is also a XML version, but I haven't
looked at that yet.
This also fixes some portlint warnings in the Makefile.
Notes
Notes:
svn path=/head/; revision=28691
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-400/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/docbook-400/Makefile b/textproc/docbook-400/Makefile index 57b4134b80ee..1cf791f467d6 100644 --- a/textproc/docbook-400/Makefile +++ b/textproc/docbook-400/Makefile @@ -8,19 +8,19 @@ # PORTNAME= docbook -PORTVERSION= 4.0 +PORTVERSION= 4.0 CATEGORIES= textproc -MASTER_SITES= http://www.oasis-open.org/docbook/sgml/4.0beta5/ -DISTNAME= docbk40beta5 +MASTER_SITES= http://www.oasis-open.org/docbook/sgml/4.0/ +DISTNAME= docbk40 MAINTAINER= asmodai@FreeBSD.org RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 USE_ZIP= yes -NO_MTREE= yes +NO_MTREE= yes EXTRACT_ONLY= # empty -NO_BUILD= yes +NO_BUILD= yes NO_WRKSUBDIR= yes INSTDIR= ${PREFIX}/share/sgml/docbook |