pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/icbirc Use "+=" instead of "=" in assignment to "...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f701a98d8b4f
branches: trunk
changeset: 466447:f701a98d8b4f
user: tron <tron%pkgsrc.org@localhost>
date: Sun Jan 18 16:47:38 2004 +0000
description:
Use "+=" instead of "=" in assignment to "MAKE_ENV".
diffstat:
chat/icbirc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3cee67802164 -r f701a98d8b4f chat/icbirc/Makefile
--- a/chat/icbirc/Makefile Sun Jan 18 16:41:06 2004 +0000
+++ b/chat/icbirc/Makefile Sun Jan 18 16:47:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/18 14:21:18 tron Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/18 16:47:38 tron Exp $
DISTNAME= icbirc-1.6
CATEGORIES= chat
@@ -8,6 +8,6 @@
HOMEPAGE= http://www.benzedrine.cx/icbirc.html
COMMENT= Proxy IRC client and ICB server
-MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
+MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index