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 /devel/stooop | |
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 'devel/stooop')
-rw-r--r-- | devel/stooop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |