Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:35:43 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56794: Update port: graphics/openrm
Message-ID:  <20030914153543.20cb4792.tkato@prontomail.com>
Resent-Message-ID: <200309140700.h8E70kx1008395@freefall.freebsd.org>

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

>Number:         56794
>Category:       ports
>Synopsis:       Update port: graphics/openrm
>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:46 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -u /usr/ports/graphics/openrm/Makefile graphics/openrm/Makefile
--- /usr/ports/graphics/openrm/Makefile	Sat Aug 16 19:29:54 2003
+++ graphics/openrm/Makefile	Sun Sep 14 13:51:44 2003
@@ -41,13 +41,13 @@
 PLIST_SUB=	WITH_DEMOS=""
 .endif
 
-.ifndef (WITH_DEMOS)
 pre-everything::
-	@${ECHO} "You can define WITH_DEMOS=yes to fetch and install available demos"
+.ifndef (WITH_DEMOS)
+	@${ECHO_MSG} "You can define WITH_DEMOS=yes to fetch and install available demos"
 .endif
 
-.ifdef (WITH_DEMOS)
 post-patch:
+.ifdef (WITH_DEMOS)
 	@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g; \
 			      s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g; \
 			      s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC2}/makeinclude
Common subdirectories: /usr/ports/graphics/openrm/files and graphics/openrm/files
>Release-Note:
>Audit-Trail:
>Unformatted:



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