From 76cf72c23d678b76987c3f29f61d2a2b03af4124 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 26 Jun 2003 10:49:45 +0000 Subject: Of course, cat knows nothing about make variables (What was I thinking?) - Make pkg-message less ugly (pointed out by Yonatan Bokovza ) PR: 53756 Submitted by: maintainer --- irc/eggdrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/eggdrop') diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index ea802b76c9c5..0931c7c6f4ae 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -65,6 +65,6 @@ do-install: .endif post-install: - @${CAT} ${PKGMESSAGE} + @${SED} -e 's#$${PREFIX}#${PREFIX}#g' ${PKGMESSAGE} .include -- cgit v1.2.3