summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-26 10:49:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-26 10:49:45 +0000
commit76cf72c23d678b76987c3f29f61d2a2b03af4124 (patch)
treefa05defe85582e2f4d8387c8ccc1510f78708887 /irc
parent+ update to gbfs-1.3 (diff)
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>) PR: 53756 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83642
Diffstat (limited to 'irc')
-rw-r--r--irc/eggdrop/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>