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 /x11/tk | |
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 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 6b425ddf750..3c3e5a5ee66 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:28 hubertf Exp $ DISTNAME= tk8.3.2 PKGNAME= tk-8.3.2 @@ -23,9 +23,9 @@ USE_LIBTOOL= yes post-install: ${RM} -f ${PREFIX}/bin/wish cd ${PREFIX}/bin && ${LN} -s wish8.3 wish - ${MKDIR} ${PREFIX}/include/tk - ${MKDIR} ${PREFIX}/include/tk/generic - ${MKDIR} ${PREFIX}/include/tk/unix + ${INSTALL_DATA_DIR} ${PREFIX}/include/tk + ${INSTALL_DATA_DIR} ${PREFIX}/include/tk/generic + ${INSTALL_DATA_DIR} ${PREFIX}/include/tk/unix ${INSTALL_DATA} ${WRKSRC}/../generic/default.h ${PREFIX}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/../generic/tk.h ${PREFIX}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/../generic/tk3d.h ${PREFIX}/include/tk/generic |