diff options
| author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 15:24:07 +0000 |
|---|---|---|
| committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-10-27 15:24:07 +0000 |
| commit | 89ac439127b89ba221491c53d997f7947192c664 (patch) | |
| tree | 69229ca861346fbac83472cfeb4aeb9213c6ee82 /textproc/linuxdoc/Makefile | |
| parent | Fix fatal bug. (diff) | |
Use mkcatalog for adding this entry to ${PREFIX}/share/sgml/catalog.
Notes
Notes:
svn path=/head/; revision=34292
Diffstat (limited to 'textproc/linuxdoc/Makefile')
| -rw-r--r-- | textproc/linuxdoc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 6529131cd7de..59ebf75e6f44 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -12,14 +12,17 @@ MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 +RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ + ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog EXTRACT_ONLY= # empty NO_BUILD= yes NO_WRKSUBDIR= yes +PLIST_SUB= DTD_NAME=${PORTNAME} MKCATALOG=${MKCATALOG} INSTDIR= ${PREFIX}/share/sgml/linuxdoc ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog +MKCATALOG= ${PREFIX}/sbin/mkcatalog pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} @@ -29,4 +32,7 @@ do-install: @${CHMOD} ${SHAREMODE} ${INSTDIR}/* @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} +post-install: + @${MKCATALOG} -q install ${PORTNAME} + .include <bsd.port.mk> |
