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.
This commit is contained in:
parent
121a6866cf
commit
23c6a918e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28691
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue