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 /www/ap-dtcl | |
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 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index 0a6bff94ba0..1401fbb0cb9 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/17 17:21:47 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:22 hubertf Exp $ DISTNAME= mod_dtcl-0.8.12 PKGNAME= ap-dtcl-0.8.12 @@ -23,12 +23,12 @@ do-build: do-install: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_dtcl.so - -${MKDIR} ${PREFIX}/share/doc/mod_dtcl + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_dtcl ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${PREFIX}/share/doc/mod_dtcl ${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${PREFIX}/share/doc/mod_dtcl ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/mod_dtcl - -${MKDIR} ${PREFIX}/share/examples/mod_dtcl - -${MKDIR} ${PREFIX}/share/examples/mod_dtcl/tests + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mod_dtcl + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mod_dtcl/tests ${INSTALL_DATA} ${WRKSRC}/tests/README ${PREFIX}/share/examples/mod_dtcl/tests ${INSTALL_DATA} ${WRKSRC}/tests/dtcl-test.ttml ${PREFIX}/share/examples/mod_dtcl/tests ${INSTALL_DATA} ${WRKSRC}/tests/dtcl.test ${PREFIX}/share/examples/mod_dtcl/tests |