Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:35:31 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56792: Update port: graphics/gimp-manual-html
Message-ID:  <20030914153531.075fd10b.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70jWA008271@freefall.freebsd.org>

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

>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:



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