Bug 53756

Summary: [Maintainer] irc/eggdrop: pkg-message fix
Product: Ports & Packages Reporter: Ulrich Spoerlein <q>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ulrich Spoerlein 2003-06-26 11:10:12 UTC
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>)

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>
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-06-26 11:49:50 UTC
State Changed
From-To: open->closed

Committed, thanks!