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/openrm | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'graphics/openrm')
-rw-r--r-- | graphics/openrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index 2fc0392480f3..2fdef5c6c94a 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -48,9 +48,9 @@ PLIST_SUB= WITH_DEMOS="@comment " PLIST_SUB= WITH_DEMOS="" .endif -.ifndef (WITH_DEMOS) pre-everything:: - @${ECHO} "You can define WITH_DEMOS=yes to fetch and install available demos" +.ifndef (WITH_DEMOS) + @${ECHO_MSG} "You can define WITH_DEMOS=yes to fetch and install available demos" .endif post-patch: |