diff options
author | hubertf <hubertf> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-02-25 04:17:35 +0000 |
commit | 4998ed1120ceba68dfd376a31c35cc7e7560d644 (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /www/w3c-httpd | |
parent | 404fa988da3e4b378114094a680f0dd6928e6d43 (diff) | |
download | pkgsrc-4998ed1120ceba68dfd376a31c35cc7e7560d644.tar.gz |
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 4d1d4fc25a5..c217ce7438b 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 17:22:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:25 hubertf Exp $ # FreeBSD Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp DISTNAME= w3c-httpd-3.0A @@ -23,7 +23,7 @@ pre-configure: .endif do-install: - ${MKDIR} ${PREFIX}/etc/w3c-httpd ${PREFIX}/share/w3c-httpd + ${INSTALL_DATA_DIR} ${PREFIX}/etc/w3c-httpd ${PREFIX}/share/w3c-httpd ${CP} -R ${WRKSRC}/server_root/icons ${PREFIX}/share/w3c-httpd ${CP} ${WRKSRC}/server_root/config/*.conf ${PREFIX}/etc/w3c-httpd ${INSTALL_PROGRAM} ${WRKSRC}/Daemon/${OSNAME}/httpd ${PREFIX}/sbin/w3c-httpd |