Date: Sun, 14 Sep 2003 15:35:57 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56796: Update port: graphics/py-chart Message-ID: <20030914153557.3f792515.tkato@prontomail.com> Resent-Message-ID: <200309140700.h8E70lGT008552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56796 >Category: ports >Synopsis: Update port: graphics/py-chart >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: Sun Sep 14 00:00:47 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: >Description: - ECHO -> ECHO_MSG - pre-fetch -> pre-everything >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/py-chart/Makefile graphics/py-chart/Makefile --- /usr/ports/graphics/py-chart/Makefile Sun Aug 31 23:12:52 2003 +++ graphics/py-chart/Makefile Sun Sep 14 13:21:31 2003 @@ -27,12 +27,12 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" + @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" + @${ECHO_MSG} "" .endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914153557.3f792515.tkato>