diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-24 14:20:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-24 14:20:44 +0000 |
commit | 03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead (patch) | |
tree | 912fb99aea32b1abc839ad5e7d47e4a7c9153c7d /irc/zircon | |
parent | 0b6fa4e68d26b37032b040231fb266329bf978a5 (diff) | |
download | ports-03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead.tar.gz ports-03168c5a7b886aca8bf2f6ed6f7baeb24e6b6ead.zip |
Notes
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 1 |
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: |