summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 09:06:51 +0000
committergrant <grant@pkgsrc.org>2004-06-12 09:06:51 +0000
commite664ed990dfcd60370cbacf3ec47ea365380c7e5 (patch)
treef53750436966775b171b7a7624194b21a81ebaa4 /devel
parent06bc216a32e9782cec19b9f299ac37a0cc79d864 (diff)
downloadpkgsrc-e664ed990dfcd60370cbacf3ec47ea365380c7e5.tar.gz
don't call install -d with >1 directory argument.
Diffstat (limited to 'devel')
-rw-r--r--devel/pilrc/Makefile5
1 files changed, 3 insertions, 2 deletions
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}