diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /games/xquarto/Makefile | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
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> |