diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 05:41:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 05:41:34 +0000 |
commit | 1670a5c158ca10b3d0295b9c16f46f01b1da50fe (patch) | |
tree | 9545496ed70c7683cf6e2014fd6151ba0c8684c1 /textproc/docbook-310 | |
parent | 2f15fa37e8d1b62ff815c523e278946764b908d6 (diff) | |
download | ports-1670a5c158ca10b3d0295b9c16f46f01b1da50fe.tar.gz ports-1670a5c158ca10b3d0295b9c16f46f01b1da50fe.zip |
[PATCH] textproc/docbook-310: FIx pkg-descr
Adjust pkg-descr for the disappearance of the Davenport
Group http|ftp, put in a new WWW.
Portlint while here.
PR: ports/94324
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=159457
Diffstat (limited to 'textproc/docbook-310')
-rw-r--r-- | textproc/docbook-310/Makefile | 7 | ||||
-rw-r--r-- | textproc/docbook-310/pkg-descr | 5 |
2 files changed, 4 insertions, 8 deletions
diff --git a/textproc/docbook-310/Makefile b/textproc/docbook-310/Makefile index ca645c9e4fdc..79429c00e71d 100644 --- a/textproc/docbook-310/Makefile +++ b/textproc/docbook-310/Makefile @@ -13,6 +13,7 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.docbook.org/sgml/3.1/ DISTNAME= docbk31 +EXTRACT_ONLY= # empty MAINTAINER= nik@FreeBSD.org COMMENT= V3.1 of the DocBook DTD, designed for technical documentation @@ -20,14 +21,12 @@ COMMENT= V3.1 of the DocBook DTD, designed for technical documentation RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_ZIP= yes NO_MTREE= yes -EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} -PLIST_SUB+= DTD_VERSION=${PORTVERSION} +PLIST_SUB+= DTD_VERSION=${PORTVERSION} PLIST_SUB+= XMLCATMGR=${XMLCATMGR} PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} @@ -42,7 +41,7 @@ pre-su-install: @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${INSTDIR}/${PORTVERSION} do-install: - @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION} + @{UNZIP_CMD} -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR}/${PORTVERSION} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/${PORTVERSION}/catalog @${ECHO_CMD} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/${PORTVERSION}/catalog @${CHMOD} ${SHAREMODE} ${INSTDIR}/${PORTVERSION}/* diff --git a/textproc/docbook-310/pkg-descr b/textproc/docbook-310/pkg-descr index c9afe0e81a45..32870fd4f0ed 100644 --- a/textproc/docbook-310/pkg-descr +++ b/textproc/docbook-310/pkg-descr @@ -2,10 +2,7 @@ The DocBook DTD defines structural and content-based SGML markup for computer documentation, with a primary emphasis on software documentation and related classes of technical documents. Its main high-level hierarchical structures are for books, reference -entries (for example, ``man pages''), and articles. It is -maintained by the Davenport Group (about which see the Davenport -archive at http://www.ora.com/davenport/ or -ftp://ftp.ora.com/pub/davenport/). +entries (for example, ``man pages''), and articles. This port contains DocBook 3.1 |