From a753e3df91cdc99aabc59d87ac260acdd2edb79d Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Feb 2001 04:17:35 +0000 Subject: Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this --- devel/stooop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/stooop') diff --git a/devel/stooop/Makefile b/devel/stooop/Makefile index 6c0a2d2effe..fbead19a92e 100644 --- a/devel/stooop/Makefile +++ b/devel/stooop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:39:04 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:43 hubertf Exp $ DISTNAME= stooop-4.1.1 CATEGORIES= x11 tcl @@ -15,11 +15,11 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: - ${MKDIR} ${PREFIX}/lib/tcl/stooop + ${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl/stooop ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/stooop ${INSTALL_DATA} ${WRKSRC}/stooop.tcl ${PREFIX}/lib/tcl/stooop ${INSTALL_DATA} ${WRKSRC}/switched.tcl ${PREFIX}/lib/tcl/stooop - ${MKDIR} ${PREFIX}/share/doc/tcl/stooop + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/stooop ${INSTALL_DATA} ${WRKSRC}/stooop.htm ${PREFIX}/share/doc/tcl/stooop ${INSTALL_DATA} ${WRKSRC}/switched.htm ${PREFIX}/share/doc/tcl/stooop -- cgit v1.2.3