From 3b10eba1cacb0bd087267f6b40f1c33ae7c646d6 Mon Sep 17 00:00:00 2001 From: asmodai Date: Mon, 22 May 2000 20:54:32 +0000 Subject: 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. --- textproc/docbook-400/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/docbook-400') 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 -- cgit