ports/56792: Update port: graphics/gimp-manual-html

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


>Number:         56792
>Category:       ports
>Synopsis:       Update port: graphics/gimp-manual-html
>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:45 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/gimp-manual-html/Makefile graphics/gimp-manual-html/Makefile
--- /usr/ports/graphics/gimp-manual-html/Makefile	Wed Apr 30 16:04:30 2003
+++ graphics/gimp-manual-html/Makefile	Sun Sep 14 13:21:31 2003
@@ -19,17 +19,17 @@
 .else
 .if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF"
 .BEGIN:
-	@${ECHO} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\""
-	@${ECHO} "Possible values are:  HTML, PDF."
+	@${ECHO_MSG} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\""
+	@${ECHO_MSG} "Possible values are:  HTML, PDF."
 	@${FALSE}
 .endif
 .endif
 
 PLIST=		${PKGDIR}/pkg-plist_${DOCFORMAT}
 
-pre-fetch:
-	@${ECHO} "This manual is available in two formats: HTML and PDF."
-	@${ECHO} "Note that the manual is pretty darn big."
+pre-everything::
+	@${ECHO_MSG} "This manual is available in two formats: HTML and PDF."
+	@${ECHO_MSG} "Note that the manual is pretty darn big."
 
 PREFIX?=	${X11BASE}	# This port itself does not require Xlib
 EXTRACT_ONLY=	#empty
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list