summaryrefslogtreecommitdiff
path: root/irc/eggdrop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/eggdrop/Makefile')
-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>