summaryrefslogtreecommitdiff
path: root/archivers/pbzip2
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-12 17:04:41 +0000
committerrillig <rillig@pkgsrc.org>2006-07-12 17:04:41 +0000
commit9ed2ba9278f16e8a35193a2ef6a2823d611fd01b (patch)
tree8ccbe171335115ab350db427a535fe909b387426 /archivers/pbzip2
parente0f9e7a1dbec1a355eef03ca278f3f8023badefc (diff)
downloadpkgsrc-9ed2ba9278f16e8a35193a2ef6a2823d611fd01b.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r--archivers/pbzip2/Makefile4
1 files changed, 2 insertions, 2 deletions
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: