Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 12:10:04 +0200 (CEST)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53756: [Maintainer] irc/eggdrop: pkg-message fix
Message-ID:  <200306261010.h5QAA4JJ003401@roadrunner.local>
Resent-Message-ID: <200306261010.h5QAACBL051849@freefall.freebsd.org>

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

>Number:         53756
>Category:       ports
>Synopsis:       [Maintainer] irc/eggdrop: pkg-message fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 26 03:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Jun 15 17:42:41 CEST 2003 root@coyote:/usr/obj/usr/src/sys/ROADRUNNER i386
>Description:
Of course, cat knows nothing about make variables (What was I thinking?)

- Make pkg-message less ugly (pointed out by Yonatan Bokovza <Yonatan@xpert.com>)
>How-To-Repeat:
>Fix:
--- Makefile	11 Jun 2003 05:44:24 -0000	1.2
+++ Makefile	26 Jun 2003 09:45:35 -0000
@@ -65,6 +65,6 @@
 .endif
 
 post-install:
-	@${CAT} ${PKGMESSAGE}
+	@${SED} -e 's#$${PREFIX}#${PREFIX}#g' ${PKGMESSAGE}
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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