Skip to content

Commit

Permalink
Use "+=" instead of "=" for MAKE_FLAGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Oct 23, 2005
1 parent df73276 commit 732376d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archivers/lha/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,10 +15,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews

NO_CONFIGURE= yes

MAKE_FLAGS= MAKE="${MAKE_PROGRAM}"

.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"
LHA_CPPFLAGS+= -DHAVE_NO_LCHOWN
Expand Down

0 comments on commit 732376d

Please sign in to comment.