aboutsummaryrefslogtreecommitdiff
path: root/textproc/iso12083
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-10-27 15:24:07 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-10-27 15:24:07 +0000
commit89ac439127b89ba221491c53d997f7947192c664 (patch)
tree69229ca861346fbac83472cfeb4aeb9213c6ee82 /textproc/iso12083
parent2bc3d5307444d3f3fd56e889f904bc9302e6bda6 (diff)
downloadports-89ac439127b89ba221491c53d997f7947192c664.tar.gz
ports-89ac439127b89ba221491c53d997f7947192c664.zip
Notes
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 5b393d810c1e..7aa21e96a939 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 3f701bc781c7..3f760774d7f4 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