diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-23 11:14:55 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-23 11:14:55 +0000 |
commit | a2073d3dddb4948bc8c8f40881e42ef329018359 (patch) | |
tree | 42f847ba37a7be96f72eb3c41b223b46229bc995 /textproc/docbook-450 | |
parent | d27844dfb63bc9194f9a26a964ba1e619ad952e5 (diff) |
Notes
Diffstat (limited to 'textproc/docbook-450')
-rw-r--r-- | textproc/docbook-450/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docbook-450/Makefile b/textproc/docbook-450/Makefile index bfbb0055c76c..15f5fdef2182 100644 --- a/textproc/docbook-450/Makefile +++ b/textproc/docbook-450/Makefile @@ -6,6 +6,7 @@ PORTNAME= docbook PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/sgml/${PORTVERSION}/ @@ -38,6 +39,7 @@ DTDDIR= ${SGMLCATBASE}/${DTD_NAME}/${DTD_VERSION} DTD_FILES= calstblx.dtd catalog.xml dbcentx.mod dbgenent.mod \ dbhierx.mod dbnotnx.mod dbpoolx.mod docbook.cat docbook.dcl \ docbook.dtd docbookx.dtd htmltblx.mod soextblx.dtd catalog +DOCSDIR= ${PREFIX}/share/${PORNAME}/${PORTVERSION} post-extract: ${CP} ${WRKSRC}/docbook.cat ${WRKSRC}/catalog |