diff options
author | hubertf <hubertf> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-25 04:17:35 +0000 |
commit | a753e3df91cdc99aabc59d87ac260acdd2edb79d (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /x11/tk | |
parent | a0e1b5390dbcf8c448cd2ce2bff91b542a46a4ef (diff) | |
download | pkgsrc-a753e3df91cdc99aabc59d87ac260acdd2edb79d.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 |