diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-14 13:39:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-14 13:39:15 +0800 |
commit | fe1fa790e8dee395f83482cb27febfa35c019797 (patch) | |
tree | ccd7d97277cf73d3623622d3a7fdbed7feebbd37 /textproc/docbook-241/Makefile | |
parent | ce9fc87af025009825c5d5ef8c7e527b4cc0ba4c (diff) | |
download | freebsd-ports-gnome-fe1fa790e8dee395f83482cb27febfa35c019797.tar.gz freebsd-ports-gnome-fe1fa790e8dee395f83482cb27febfa35c019797.tar.zst freebsd-ports-gnome-fe1fa790e8dee395f83482cb27febfa35c019797.zip |
[PATCH] textproc/docbook-241: Fix WWW
Fix WWW.
Small portlint.
Also true for the other docbook ports.
PR: ports/94322
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
Diffstat (limited to 'textproc/docbook-241/Makefile')
-rw-r--r-- | textproc/docbook-241/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-241/Makefile b/textproc/docbook-241/Makefile index 3ffa8d781c6e..736d8410b728 100644 --- a/textproc/docbook-241/Makefile +++ b/textproc/docbook-241/Makefile @@ -1,4 +1,4 @@ -#A New ports collection makefile for: docbook +# New ports collection makefile for: docbook # Date created: 7 April 1997 # Whom: nik # @@ -13,6 +13,7 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.ora.com/pub/davenport/ DISTFILES= docbk241.tar.Z +EXTRACT_ONLY= # empty MAINTAINER= nik@FreeBSD.org COMMENT= V2.4.1 of the DocBook DTD, designed for technical documentation @@ -21,7 +22,6 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr NO_MTREE= yes -EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} |