From 4998ed1120ceba68dfd376a31c35cc7e7560d644 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 --- net/arla/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/arla') diff --git a/net/arla/Makefile b/net/arla/Makefile index 2d7d0a7b6e7..c2d44995321 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/24 02:09:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/25 04:18:03 hubertf Exp $ # DISTNAME= arla-0.34.5 @@ -93,7 +93,7 @@ post-install: ${ECHO} "Arla cache dir (${CACHEDIR}) already exists"; \ else \ ${ECHO} "Creating arla cache directory ${CACHEDIR}"; \ - ${MKDIR} ${CACHEDIR}; \ + ${INSTALL_DATA_DIR} ${CACHEDIR}; \ ${CHMOD} 700 ${CACHEDIR}; \ ${CHOWN} root ${CACHEDIR}; \ fi @@ -103,7 +103,7 @@ post-install: ${ECHO} "Creating /sbin/mount_xfs"; \ ${LN} -s ${PREFIX}/bin/mount_xfs /sbin/mount_xfs; \ fi - @-${MKDIR} ${PREFIX}/share/examples/arla + @-${INSTALL_DATA_DIR} ${PREFIX}/share/examples/arla @${SED} -e 's|@PREFIX@|${PREFIX}|g' \ < ${FILESDIR}/lkm.conf \ > ${PREFIX}/share/examples/arla/lkm.conf -- cgit v1.2.3