summaryrefslogtreecommitdiffstats
path: root/textproc/iso12083
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-10-27 15:24:07 +0000
committershige <shige@FreeBSD.org>2000-10-27 15:24:07 +0000
commit40c576683f25e43a9685a96cffbe45e150a61f63 (patch)
treef4e5a67c1d51f6fa558935d1c62a79955b277218 /textproc/iso12083
parent0784116dceb153d542a6aecfca206b707e470b0f (diff)
downloadFreeBSD-ports-40c576683f25e43a9685a96cffbe45e150a61f63.zip
FreeBSD-ports-40c576683f25e43a9685a96cffbe45e150a61f63.tar.gz
Use mkcatalog for adding this entry to ${PREFIX}/share/sgml/catalog.
Diffstat (limited to 'textproc/iso12083')
-rw-r--r--textproc/iso12083/Makefile7
-rw-r--r--textproc/iso12083/pkg-plist3
2 files changed, 10 insertions, 0 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile
index 5b393d81..7aa21e9 100644
--- a/textproc/iso12083/Makefile
+++ b/textproc/iso12083/Makefile
@@ -13,14 +13,18 @@ DISTFILES= article.dtd book.dtd maths.dtd serial.dtd
MAINTAINER= jfieber@FreeBSD.org
+RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog
+
DIST_SUBDIR= iso12083
NO_MTREE= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
EXTRACT_ONLY= # empty
+PLIST_SUB= DTD_NAME=${PORTNAME} MKCATALOG=${MKCATALOG}
INSTDIR= ${PREFIX}/share/sgml/iso12083
+MKCATALOG= ${PREFIX}/sbin/mkcatalog
pre-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@@ -31,4 +35,7 @@ do-install:
done
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog
+post-install:
+ @${MKCATALOG} -q install ${PORTNAME}
+
.include <bsd.port.mk>
diff --git a/textproc/iso12083/pkg-plist b/textproc/iso12083/pkg-plist
index 3f701bc..3f76077 100644
--- a/textproc/iso12083/pkg-plist
+++ b/textproc/iso12083/pkg-plist
@@ -2,5 +2,8 @@ share/sgml/iso12083/article.dtd
share/sgml/iso12083/book.dtd
share/sgml/iso12083/maths.dtd
share/sgml/iso12083/serial.dtd
+@unexec %%MKCATALOG%% -q deinstall %%DTD_NAME%%
share/sgml/iso12083/catalog
+@exec %%MKCATALOG%% -q install %%DTD_NAME%%
@dirrm share/sgml/iso12083
+@unexec rmdir %D/share/sgml 2>/dev/null || true
OpenPOWER on IntegriCloud