aboutsummaryrefslogtreecommitdiff
path: root/irc/eggdrop
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/eggdrop
parentbf4ce1913ba1e9790891e8bf2993dcc93fd9e2d1 (diff)
downloadports-76cf72c23d678b76987c3f29f61d2a2b03af4124.tar.gz
ports-76cf72c23d678b76987c3f29f61d2a2b03af4124.zip
Notes
Diffstat (limited to 'irc/eggdrop')
-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>