ports/56829: Update port: print/html2ps-letter

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:55 UTC 2003


>Number:         56829
>Category:       ports
>Synopsis:       Update port: print/html2ps-letter
>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:59 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/print/html2ps-letter/Makefile print/html2ps-letter/Makefile
--- /usr/ports/print/html2ps-letter/Makefile	Sun Aug 31 23:15:59 2003
+++ print/html2ps-letter/Makefile	Sun Sep 14 13:21:31 2003
@@ -40,12 +40,12 @@
 MAN5=		html2psrc.5
 SCRIPTS_ENV+=	PERL=${PERL} PAPERSIZE=${PAPERSIZE}
 
-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
 
 do-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list