summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2004-01-18 16:47:38 +0000
committertron <tron>2004-01-18 16:47:38 +0000
commitdc1715844e2d06b86de0765ec233f64248b165be (patch)
treeea7de258c2dba4dcb51e802a947cb8644b786083 /chat
parent3557141e41c99409b3fb49bc6a2a3056b4216e86 (diff)
downloadpkgsrc-dc1715844e2d06b86de0765ec233f64248b165be.tar.gz
Use "+=" instead of "=" in assignment to "MAKE_ENV".
Diffstat (limited to 'chat')
-rw-r--r--chat/icbirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icbirc/Makefile b/chat/icbirc/Makefile
index 5ef589e5c49..15530d92429 100644
--- a/chat/icbirc/Makefile
+++ b/chat/icbirc/Makefile
@@ -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 @@ MAINTAINER= tron@NetBSD.org
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"