From aa6b258048474ba6174c654d980936ad16c305d1 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 5 May 2003 17:10:02 +0000 Subject: don't call install with multiple directory args. --- archivers/hpack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers') 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/ -- cgit v1.2.3