diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /lang/alisp | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217477
Diffstat (limited to 'lang/alisp')
-rw-r--r-- | lang/alisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |