From eeb8e786006198d0c271641f8c04bbaabdf716f0 Mon Sep 17 00:00:00 2001 From: salo Date: Mon, 12 Apr 2004 03:35:38 +0000 Subject: Create one directory a time. As noted on tech-pkg@ by J. Alexander Jacocks. --- mail/imp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mail/imp') diff --git a/mail/imp/Makefile b/mail/imp/Makefile index f60cf057883..482ae159052 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/12 03:35:38 salo Exp $ DISTNAME= imp-3.2.2 PKGREVISION= 1 @@ -58,7 +58,9 @@ pre-install: ${FILESDIR}/imp.conf.dist > ${WRKDIR}/imp.conf.dist do-install: - ${INSTALL_DATA_DIR} ${DOCDIR} ${EGDIR} ${IMPDIR} + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA_DIR} ${IMPDIR} cd ${WRKDIR}; ${INSTALL_DATA} imp.conf.dist ${EGDIR}/imp.conf cd ${WRKSRC}; ${INSTALL_DATA} COPYING README docs/* ${DOCDIR} cd ${WRKSRC}; ${CP} -R graphics lib locale po scripts templates ${IMPDIR} -- cgit v1.2.3