ports/53756: [Maintainer] irc/eggdrop: pkg-message fix
Ulrich Spoerlein
q at uni.de
Thu Jun 26 10:10:14 UTC 2003
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list