pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pilrc don't call install -d with >1 directory ar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eba22ddf4f5d
branches:  trunk
changeset: 476515:eba22ddf4f5d
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 09:06:51 2004 +0000

description:
don't call install -d with >1 directory argument.

diffstat:

 devel/pilrc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 43ad0cfa4147 -r eba22ddf4f5d devel/pilrc/Makefile
--- a/devel/pilrc/Makefile      Sat Jun 12 09:00:20 2004 +0000
+++ b/devel/pilrc/Makefile      Sat Jun 12 09:06:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/04/25 02:53:46 snj Exp $
+# $NetBSD: Makefile,v 1.22 2004/06/12 09:06:51 grant Exp $
 #
 
 DISTNAME=      pilrc-2.9p9
@@ -51,7 +51,8 @@
        cd ${WRKSRC} && ${TR} -d '\015' < ${DISTDIR}/${DIFFS} \
                | ${PATCH} --quiet -p1
 post-install:
-       ${INSTALL_DATA_DIR} ${DOCDIR} ${DOCDIR}/images
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${DOCDIR}/images
        cd ${WRKSRC}/doc &&                                             \
                ${INSTALL_DATA} archive.html download.html index.html   \
                contrib.html history.html manual.html ${DOCDIR}



Home | Main Index | Thread Index | Old Index