diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
commit | d32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /textproc/docbook/Makefile | |
parent | b1fe99775bd942bbd05e584ba34834516831b04a (diff) | |
download | pkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz |
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'textproc/docbook/Makefile')
-rw-r--r-- | textproc/docbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index 431028f3245..27cb92897f5 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/17 17:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:16 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp # @@ -28,7 +28,7 @@ INSTDIR= ${PREFIX}/share/sgml/docbook ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog pre-install: - @[ -d ${INSTDIR}/2.4.1 ] || ${MKDIR} ${INSTDIR}/2.4.1 + ${INSTALL_DATA_DIR} ${INSTDIR}/2.4.1 @[ -d ${INSTDIR}/3.0 ] || ${MKDIR} ${INSTDIR}/3.0 @[ -d ${INSTDIR}/3.1 ] || ${MKDIR} ${INSTDIR}/3.1 @[ -d ${INSTDIR}/4.0 ] || ${MKDIR} ${INSTDIR}/4.0 |