diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /print/pkfonts300/Makefile | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'print/pkfonts300/Makefile')
-rw-r--r-- | print/pkfonts300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index e2e2097b4c63..9b52589b0e15 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -28,8 +28,8 @@ RESOLUTION= 300 ${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \ ${RESOLUTION} != 400 && ${RESOLUTION} != 600 .BEGIN: - @${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" - @${ECHO} "Possible values are: 118, 240, 300, 360, 400 and 600." + @${ECHO_MSG} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" + @${ECHO_MSG} "Possible values are: 118, 240, 300, 360, 400 and 600." @${FALSE} .endif .endif |