diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-05 15:35:00 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-05 15:35:00 +0800 |
commit | 038c48ab76ee2ccd7d580fd0609d9b3dd7139f09 (patch) | |
tree | f83da452c3a0b2fa2922c4d969c5b433eb5f5078 | |
parent | 4b7ede807e38032356e6e1bd27bf52e17ff78706 (diff) | |
download | freebsd-ports-gnome-038c48ab76ee2ccd7d580fd0609d9b3dd7139f09.tar.gz freebsd-ports-gnome-038c48ab76ee2ccd7d580fd0609d9b3dd7139f09.tar.zst freebsd-ports-gnome-038c48ab76ee2ccd7d580fd0609d9b3dd7139f09.zip |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163251
Submitted by: jgh (me)
Approved by: maintainer (timeout), crees (mentor)
-rw-r--r-- | devel/flex-sdk2/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/flex-sdk2/Makefile b/devel/flex-sdk2/Makefile index d3d65935e20f..19b4c0a76ae2 100644 --- a/devel/flex-sdk2/Makefile +++ b/devel/flex-sdk2/Makefile @@ -35,15 +35,9 @@ 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 |