diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/flex-sdk/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/japanese/flex-sdk/Makefile b/japanese/flex-sdk/Makefile index 1f37e4baaf98..e497e7a595ea 100644 --- a/japanese/flex-sdk/Makefile +++ b/japanese/flex-sdk/Makefile @@ -34,15 +34,10 @@ SUB_LIST= PORTNAME=${PORTNAME} .for i in ${DISTFILES} .if !exists(${DISTDIR}/${i}) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -You must fetch the distribution manually.\n\n\ -Please access \n\ -\n\ - ${DOWNLOAD_URL}\n\ -\n\ -with a web browser. Please place the downloaded ${i} \n\ -in ${DISTDIR}.\n\n +IGNORE= you must fetch the distribution manually.\ +Please access ${DOWNLOAD_URL} with a web browser.\ +Please place the downloaded ${i} in ${DISTDIR} and\ +re-run make .endif .endfor |