diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-02 20:07:03 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-02 20:07:03 +0000 |
commit | 4ed4754c2259f2ad25935626a6cf95d326b82e59 (patch) | |
tree | 099009e302db05e5b73dec27980f846dc91a2617 /textproc/t1lib | |
parent | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (diff) | |
download | pkgsrc-4ed4754c2259f2ad25935626a6cf95d326b82e59.tar.gz |
MKDIR -> INSTALL_DATA_DIR
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 6fa07a13580..c3fcd8b4ccd 100644 --- a/textproc/t1lib/Makefile +++ b/textproc/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/02 20:07:03 zuntum Exp $ # DISTNAME= t1lib-1.0.1 @@ -25,7 +25,7 @@ post-install: ${CHMOD} go+r ${PREFIX}/share/t1lib/Fonts/enc/IsoLatin2.enc; \ ${PAX} -rw -s "/doc/t1lib/" doc ${PREFIX}/share/doc - ${MKDIR} ${PREFIX}/share/examples/t1lib + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/t1lib cd ${WRKSRC}/examples; \ ${PAX} -rw FontDataBase README.t1example1 t1example1.c t1lib.config \ ${PREFIX}/share/examples/t1lib |