pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/pbzip2 Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1e9090f745
branches:  trunk
changeset: 516015:cd1e9090f745
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 12 17:04:41 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 archivers/pbzip2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 195779a08aff -r cd1e9090f745 archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile Wed Jul 12 17:03:43 2006 +0000
+++ b/archivers/pbzip2/Makefile Wed Jul 12 17:04:41 2006 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index