diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-05 15:29:04 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-05 15:29:04 +0800 |
commit | 4b7ede807e38032356e6e1bd27bf52e17ff78706 (patch) | |
tree | 421eba4630c8939c123ca27763e593b263eb74ba /japanese | |
parent | 85798dbaabd4aa7bec4527de812a3a5f4a537e41 (diff) | |
download | freebsd-ports-gnome-4b7ede807e38032356e6e1bd27bf52e17ff78706.tar.gz freebsd-ports-gnome-4b7ede807e38032356e6e1bd27bf52e17ff78706.tar.zst freebsd-ports-gnome-4b7ede807e38032356e6e1bd27bf52e17ff78706.zip |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163253
Submitted by: jgh (me)
Approved by: maintainer (timeout), crees (mentor)
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 |