From 9ed2ba9278f16e8a35193a2ef6a2823d611fd01b Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 12 Jul 2006 17:04:41 +0000 Subject: Fixed pkglint warnings. --- archivers/pbzip2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/pbzip2') diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index aec36d8cff3..221aeb43bc7 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/02 14:57:13 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/12 17:04:41 rillig Exp $ # DISTNAME= pbzip2-0.9.6 @@ -21,7 +21,7 @@ LIBS+= -lbz2 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pbzip2 do-build: - cd ${WRKSRC}; \ + cd ${WRKSRC} && \ ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o pbzip2 pbzip2.cpp ${LIBS} do-install: -- cgit v1.2.3