diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-05 04:30:37 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-05 04:30:37 +0800 |
commit | c8f5467a3128aed66339b047cdb3370d631f0274 (patch) | |
tree | 21bf92412785c389c292b75c3a96c6b583ac3e07 /sysutils | |
parent | fd579fc6364f6a20904e83975b31ed4bfb1e6121 (diff) | |
download | freebsd-ports-gnome-c8f5467a3128aed66339b047cdb3370d631f0274.tar.gz freebsd-ports-gnome-c8f5467a3128aed66339b047cdb3370d631f0274.tar.zst freebsd-ports-gnome-c8f5467a3128aed66339b047cdb3370d631f0274.zip |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
PR: ports/163261
Submitted by: jgh (me)
Approved by: maintainer, crees (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/seatools/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile index 33e50c9e6fb0..cbe186f08caf 100644 --- a/sysutils/seatools/Makefile +++ b/sysutils/seatools/Makefile @@ -43,14 +43,8 @@ PLIST_SUB+= PORTDOCS= .endif .if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -Please access\n\ -\n\ - ${DOWNLOAD_URL}\n\ -\n\ -with a web browser, fill the web form. Please place the downloaded\n\ -${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}\n\n +IGNORE= please access ${DOWNLOAD_URL} with a web browser, fill the web form.\ +Please place the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} .endif .if ${OSVERSION} < 700037 |