diff options
Diffstat (limited to 'games/xquarto')
-rw-r--r-- | games/xquarto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile index 50744ae..7968e45 100644 --- a/games/xquarto/Makefile +++ b/games/xquarto/Makefile @@ -17,6 +17,6 @@ USE_XPM= yes MAN6= xquarto.6 pre-configure: - @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile + @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile .include <bsd.port.mk> |