diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-26 10:49:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-26 10:49:45 +0000 |
commit | 76cf72c23d678b76987c3f29f61d2a2b03af4124 (patch) | |
tree | fa05defe85582e2f4d8387c8ccc1510f78708887 /irc/eggdrop | |
parent | bf4ce1913ba1e9790891e8bf2993dcc93fd9e2d1 (diff) | |
download | ports-76cf72c23d678b76987c3f29f61d2a2b03af4124.tar.gz ports-76cf72c23d678b76987c3f29f61d2a2b03af4124.zip |
Notes
Diffstat (limited to 'irc/eggdrop')
-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> |