diff options
Diffstat (limited to 'games/xquarto/Makefile')
-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 6a14282..c9dbe06 100644 --- a/games/xquarto/Makefile +++ b/games/xquarto/Makefile @@ -18,6 +18,6 @@ USE_IMAKE= yes MAN6= xquarto.6 pre-configure: - @echo "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile + @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile .include <bsd.port.mk> |