aboutsummaryrefslogtreecommitdiff
path: root/lang/alisp/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
commitfa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch)
tree94158659da258abce4ed96928351a7282233e421 /lang/alisp/Makefile
parent09db2e42a9f1432af998b2877453c2eaf20a132c (diff)
downloadports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz
ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip
- 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/Makefile')
-rw-r--r--lang/alisp/Makefile3
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