aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-01-05 15:35:00 +0800
committerjgh <jgh@FreeBSD.org>2012-01-05 15:35:00 +0800
commit038c48ab76ee2ccd7d580fd0609d9b3dd7139f09 (patch)
treef83da452c3a0b2fa2922c4d969c5b433eb5f5078
parent4b7ede807e38032356e6e1bd27bf52e17ff78706 (diff)
downloadfreebsd-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/Makefile12
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