summaryrefslogtreecommitdiffstats
path: root/textproc/dsssl-docbook-modular/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-07-03 04:04:13 +0000
committerkuriyama <kuriyama@FreeBSD.org>2003-07-03 04:04:13 +0000
commit6e621958c65237ea8f5a2d1d05215365c9108d1d (patch)
treebbaed74ece0d399bf5a61e73f7310a1fe057f110 /textproc/dsssl-docbook-modular/Makefile
parentf8e2a5cbd62496087c61fbcaa7ff7fe67ec3772f (diff)
downloadFreeBSD-ports-6e621958c65237ea8f5a2d1d05215365c9108d1d.zip
FreeBSD-ports-6e621958c65237ea8f5a2d1d05215365c9108d1d.tar.gz
Register catalog entry with xmlcatmgr.
PR: ports/40742, ports/36795
Diffstat (limited to 'textproc/dsssl-docbook-modular/Makefile')
-rw-r--r--textproc/dsssl-docbook-modular/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile
index b4a1bec..ad2d5d4 100644
--- a/textproc/dsssl-docbook-modular/Makefile
+++ b/textproc/dsssl-docbook-modular/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dsssl-docbook-modular
PORTVERSION= 1.78
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -21,6 +21,10 @@ COMMENT= DSSSL stylesheets for the DocBook DTD by Norman Walsh
NO_MTREE= yes
INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular
+XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
+CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
+PLIST_SUB= XMLCATMGR=${XMLCATMGR} DTDDIR=${INSTDIR} \
+ CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
do-build:
@${RM} -Rf ${WRKSRC}/docsrc
@@ -35,6 +39,7 @@ do-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
post-install:
+ ${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${INSTDIR}/catalog
@${CAT} ${FILESDIR}/install-note
.include <bsd.port.mk>
OpenPOWER on IntegriCloud