diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
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> |