pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lha Use "+=" instead of "=" for MAKE_FLAGS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/176573f27284
branches: trunk
changeset: 501542:176573f27284
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 20:40:20 2005 +0000
description:
Use "+=" instead of "=" for MAKE_FLAGS.
diffstat:
archivers/lha/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r fa2c2f97d5f9 -r 176573f27284 archivers/lha/Makefile
--- a/archivers/lha/Makefile Sun Oct 23 20:39:03 2005 +0000
+++ b/archivers/lha/Makefile Sun Oct 23 20:40:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:44:49 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/10/23 20:40:20 rillig Exp $
DISTNAME= lha-114i
PKGNAME= lha-114.9
@@ -15,9 +15,9 @@
NO_CONFIGURE= yes
-MAKE_FLAGS= MAKE="${MAKE_PROGRAM}"
+.include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.prefs.mk"
+MAKE_FLAGS+= MAKE=${MAKE_PROGRAM:Q}
LHA_CPPFLAGS= -DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR
.if ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index