From fa38ed02cc7ff1a59528f13db1b7dedc130b2def Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 25 Jul 2008 12:24:09 +0000 Subject: - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV --- lang/alisp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/alisp') diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile index 9804ae92474b..790ed664a58f 100644 --- a/lang/alisp/Makefile +++ b/lang/alisp/Makefile @@ -18,8 +18,7 @@ MANCOMPRESSED= no USE_LDCONFIG= yes MAKE_ENV+= BINOWN=${BINOWN} \ - BINGRP=${BINGRP} \ - PREFIX=${PREFIX} + BINGRP=${BINGRP} # Please, please keep this! USE_REINPLACE= yes -- cgit v1.2.3