From e664ed990dfcd60370cbacf3ec47ea365380c7e5 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 12 Jun 2004 09:06:51 +0000 Subject: don't call install -d with >1 directory argument. --- devel/pilrc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index e044271cff9..21310581f93 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -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 @@ pre-patch: 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} -- cgit v1.2.3