pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imp Create one directory a time. As noted on tec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/794864d1c7f2
branches:  trunk
changeset: 472763:794864d1c7f2
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Apr 12 03:35:38 2004 +0000

description:
Create one directory a time.  As noted on tech-pkg@ by J. Alexander Jacocks.

diffstat:

 mail/imp/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 87237a6c770f -r 794864d1c7f2 mail/imp/Makefile
--- a/mail/imp/Makefile Mon Apr 12 03:35:28 2004 +0000
+++ b/mail/imp/Makefile Mon Apr 12 03:35:38 2004 +0000
@@ -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 @@
                ${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}



Home | Main Index | Thread Index | Old Index