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 /lang/squeak | |
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 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 1e3b83233fc..cc9e88f4314 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 09:07:31 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/25 04:17:56 hubertf Exp $ # DISTNAME= Squeak2.7-src @@ -27,7 +27,7 @@ pre-configure: cd ${WRKSRC}/conf; ${LOCALBASE}/bin/autoconf do-install: - ${MKDIR} ${PREFIX}/share/squeak + ${INSTALL_DATA_DIR} ${PREFIX}/share/squeak ${INSTALL_PROGRAM} ${WRKSRC}/`${WRKSRC}/conf/config.guess`/squeak ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${PREFIX}/share/squeak for f in Squeak2.7.changes Squeak2.7.image SqueakV2.sources ; do \ |