diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-05-23 04:54:32 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-05-23 04:54:32 +0800 |
commit | 3b10eba1cacb0bd087267f6b40f1c33ae7c646d6 (patch) | |
tree | c107f47781ba24f0f9dd2fcbad16103de10f3a03 | |
parent | 67b42a56c601d89630ef0b77a6b0b6aeb369c766 (diff) | |
download | freebsd-ports-gnome-3b10eba1cacb0bd087267f6b40f1c33ae7c646d6.tar.gz freebsd-ports-gnome-3b10eba1cacb0bd087267f6b40f1c33ae7c646d6.tar.zst freebsd-ports-gnome-3b10eba1cacb0bd087267f6b40f1c33ae7c646d6.zip |
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.
-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 |