diff options
author | tron <tron@pkgsrc.org> | 2004-01-18 16:47:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-01-18 16:47:38 +0000 |
commit | 3294522a15170795c374fc24d049ce7f3b08d849 (patch) | |
tree | ea7de258c2dba4dcb51e802a947cb8644b786083 /chat/icbirc | |
parent | 768332b329381fa1addcc73a8c96389a5ef0a345 (diff) | |
download | pkgsrc-3294522a15170795c374fc24d049ce7f3b08d849.tar.gz |
Use "+=" instead of "=" in assignment to "MAKE_ENV".
Diffstat (limited to 'chat/icbirc')
-rw-r--r-- | chat/icbirc/Makefile | 4 |
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" |