summaryrefslogtreecommitdiff
path: root/archivers/hpack
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-05 17:10:02 +0000
committergrant <grant@pkgsrc.org>2003-05-05 17:10:02 +0000
commit1dffa14430cf00da29549bfee196be03b964d4b8 (patch)
tree8496bba170ea3ae0ee0b0d5353dc2d590a50628a /archivers/hpack
parent7107f7f1a33492d36268e43bcc234af89fca7416 (diff)
downloadpkgsrc-1dffa14430cf00da29549bfee196be03b964d4b8.tar.gz
don't call install with multiple directory args.
Diffstat (limited to 'archivers/hpack')
-rw-r--r--archivers/hpack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile
index ac6574a2f7d..8cb296bd4aa 100644
--- a/archivers/hpack/Makefile
+++ b/archivers/hpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2003/05/05 17:10:02 grant Exp $
DISTNAME= hpack79src
PKGNAME= hpack-0.79
@@ -34,7 +34,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hpack ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/keycvt/keycvt ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/docs/hpack.1 ${PREFIX}/man/man1/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/hpack ${PREFIX}/share/doc/hpack
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/hpack
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hpack
${INSTALL_DATA} ${WRKSRC}/language.dat ${PREFIX}/share/hpack/
${INSTALL_DATA} ${WRKSRC}/docs/hpack.cfg ${PREFIX}/share/hpack/hpack.cfg.example
${INSTALL_DATA} ${WRKSRC}/docs/hpackext.doc ${PREFIX}/share/doc/hpack/