Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:41:08 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56845: Update port: textproc/latex2html
Message-ID:  <20030914154108.4a7e84b4.tkato@prontomail.com>
Resent-Message-ID: <200309140701.h8E71662009653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56845
>Category:       ports
>Synopsis:       Update port: textproc/latex2html
>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:01:06 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/textproc/latex2html/Makefile textproc/latex2html/Makefile
--- /usr/ports/textproc/latex2html/Makefile	Sun Aug 31 23:17:02 2003
+++ textproc/latex2html/Makefile	Sun Sep 14 13:21:31 2003
@@ -51,12 +51,12 @@
 # Inform message
 #
 
-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
 
 # Port-patch
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154108.4a7e84b4.tkato>