aboutsummaryrefslogtreecommitdiff
path: root/games/wmminichess/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 /games/wmminichess/Makefile
parent09db2e42a9f1432af998b2877453c2eaf20a132c (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 'games/wmminichess/Makefile')
-rw-r--r--games/wmminichess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile
index 8379208a296e..e7f3c585c8be 100644
--- a/games/wmminichess/Makefile
+++ b/games/wmminichess/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess
USE_GMAKE= YES
USE_XORG= xpm
-MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \
INSTALL_DATA="${INSTALL_DATA}"