diff options
Diffstat (limited to 'games/wmminichess')
-rw-r--r-- | games/wmminichess/Makefile | 2 |
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}" |