aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-24 14:20:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-24 14:20:44 +0000
commit03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead (patch)
tree912fb99aea32b1abc839ad5e7d47e4a7c9153c7d /irc
parent0b6fa4e68d26b37032b040231fb266329bf978a5 (diff)
downloadports-03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead.tar.gz
ports-03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead.zip
- make prefix safe
Reported by: kris
Notes
Notes: svn path=/head/; revision=146254
Diffstat (limited to 'irc')
-rw-r--r--irc/zircon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile
index 20d6c7cf1b97..255739c38237 100644
--- a/irc/zircon/Makefile
+++ b/irc/zircon/Makefile
@@ -38,6 +38,7 @@ do-configure:
${WRKSRC}/installZircon
${REINPLACE_CMD} -e 's=%%WISH%%=wish${TCL_VER}=' \
-e 's=%%TCL_INCLUDE%%=${LOCALBASE}/include/tcl${TCL_VER}=' \
+ -e 's=/usr/local=${PREFIX}=' \
${WRKSRC}/installer/unix.tcl
do-install: