ports/163261: [patch] sysutils/seatools : unbreak make readme
Jason Helfman
jhelfman at experts-exchange.com
Tue Dec 13 19:30:10 UTC 2011
>Number: 163261
>Category: ports
>Synopsis: [patch] sysutils/seatools : unbreak make readme
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 13 19:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release: FreeBSD 8.2-RELEASE amd64
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD dormouse.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
reassignment of echo_msg breaks make readme
similar to fix in ports/163159
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/sysutils/seatools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 8 Apr 2007 23:24:28 -0000 1.2
+++ Makefile 13 Dec 2011 19:23:11 -0000
@@ -43,14 +43,13 @@
.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
+
+pre-fetch:
+.if defined(IGNORE)
+ @${PRINTF} "${DISTFILE_INSTRUCTIONS}"
+ @exit 1
.endif
.if ${OSVERSION} < 700037
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list