diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /graphics/gimp-manual-html/Makefile | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'graphics/gimp-manual-html/Makefile')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 10f7dcf461e2..17d1d186c584 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -19,17 +19,17 @@ DOCFORMAT=HTML .else .if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" .BEGIN: - @${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" - @${ECHO} "Possible values are: HTML, PDF." + @${ECHO_MSG} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" + @${ECHO_MSG} "Possible values are: HTML, PDF." @${FALSE} .endif .endif PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} -pre-fetch: - @${ECHO} "This manual is available in two formats: HTML and PDF." - @${ECHO} "Note that the manual is pretty darn big." +pre-everything:: + @${ECHO_MSG} "This manual is available in two formats: HTML and PDF." + @${ECHO_MSG} "Note that the manual is pretty darn big." PREFIX?= ${X11BASE} # This port itself does not require Xlib EXTRACT_ONLY= #empty |