diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-11-20 20:48:26 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-11-20 20:48:26 +0000 |
commit | 457b6c8563d5ba21f0d2a1b56a11e8865aab0985 (patch) | |
tree | f943d051ae7e58122575376c0374f1835f07603b /textproc/docbook-410 | |
parent | f8086d737baab06d38cbcea4523e4cc737d87924 (diff) | |
download | ports-457b6c8563d5ba21f0d2a1b56a11e8865aab0985.tar.gz ports-457b6c8563d5ba21f0d2a1b56a11e8865aab0985.zip |
- Fix weird catalog file
- Bump PORTREVISION
- Pet portlint(1) and cosmetics
PR: ports/117008
Submitted by: gabor
Reviewed by: hrs
Approved by: portmgr (linimon), maintainer timeout (murray)
Notes
Notes:
svn path=/head/; revision=202778
Diffstat (limited to 'textproc/docbook-410')
-rw-r--r-- | textproc/docbook-410/Makefile | 7 | ||||
-rw-r--r-- | textproc/docbook-410/files/catalog | 23 |
2 files changed, 3 insertions, 27 deletions
diff --git a/textproc/docbook-410/Makefile b/textproc/docbook-410/Makefile index 46439d4f2ae0..d7430cf6c877 100644 --- a/textproc/docbook-410/Makefile +++ b/textproc/docbook-410/Makefile @@ -9,7 +9,7 @@ PORTNAME= docbook PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.docbook.org/sgml/4.1/ DISTNAME= docbk41 @@ -21,7 +21,6 @@ COMMENT= V4.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 NO_BUILD= yes @@ -39,10 +38,10 @@ CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports LATEST_LINK= docbook-410 pre-su-install: - @[ -d ${INSTDIR}/${PORTVERSION} ] || ${MKDIR} ${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-410/files/catalog b/textproc/docbook-410/files/catalog index ae52e990dcf1..33d2cd585650 100644 --- a/textproc/docbook-410/files/catalog +++ b/textproc/docbook-410/files/catalog @@ -36,28 +36,5 @@ PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN" "dbgene PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.1//EN" "dbnotn.mod" PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.1//EN" "dbcent.mod" - -- ...................................................................... -- - -- ISO entity sets ...................................................... -- - -PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml" -PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml" -PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml" -PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml" -PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml" -PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml" -PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml" -PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml" -PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml" -PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml" -PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml" -PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml" - -- End of catalog data for DocBook V4.1 ................................. -- -- ...................................................................... -- |