pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pbzip2 Replaced $(...) with ${...} to make p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df75e8edd360
branches:  trunk
changeset: 498772:df75e8edd360
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 02 23:14:18 2005 +0000

description:
Replaced $(...) with ${...} to make pkglint happy.

diffstat:

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

diffs (18 lines):

diff -r feb1633e712d -r df75e8edd360 archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile Fri Sep 02 23:11:50 2005 +0000
+++ b/archivers/pbzip2/Makefile Fri Sep 02 23:14:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/08/28 17:36:52 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/02 23:14:18 rillig Exp $
 #
 
 DISTNAME=              pbzip2-0.9.2
@@ -20,7 +20,7 @@
 
 do-build:
        cd ${WRKSRC}; \
-       $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o pbzip2 pbzip2.cpp $(LIBS)
+       ${CXX} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -o pbzip2 pbzip2.cpp ${LIBS}
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index