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/t1lib | |
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/t1lib')
-rw-r--r-- | textproc/t1lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile index 25c6ca1e8ee..6fa07a13580 100644 --- a/textproc/t1lib/Makefile +++ b/textproc/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/17 17:37:43 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:17 hubertf Exp $ # DISTNAME= t1lib-1.0.1 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/T1-1.0.1 ALL_TARGET= without_doc post-install: - ${MKDIR} ${PREFIX}/share/t1lib + ${INSTALL_DATA_DIR} ${PREFIX}/share/t1lib cd ${WRKSRC}; \ ${PAX} -rw Fonts ${PREFIX}/share/t1lib; \ ${CHMOD} go+r ${PREFIX}/share/t1lib/Fonts/enc/IsoLatin2.enc; \ |