summaryrefslogtreecommitdiff
path: root/www/ap-dtcl
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
commitd32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /www/ap-dtcl
parentb1fe99775bd942bbd05e584ba34834516831b04a (diff)
downloadpkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.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/Makefile8
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